Skip to content

Commit a44e1d5

Browse files
author
Jason Hanes
committed
Fixed spelling typo in 50x skel templates.
1 parent e0826b6 commit a44e1d5

File tree

3 files changed

+3
-3
lines changed
  • install
    • debian/templates/web/skel/document_errors
    • rhel/templates/web/skel/document_errors
    • ubuntu/templates/web/skel/document_errors

3 files changed

+3
-3
lines changed

install/debian/templates/web/skel/document_errors/50x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
3-
<title>500 &mdash; Internal Sever Error</title>
3+
<title>500 &mdash; Internal Server Error</title>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<meta name="description" content="Sorry, something went wrong. Internal Server Error"/>
66
<style type="text/css">

install/rhel/templates/web/skel/document_errors/50x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
3-
<title>500 &mdash; Internal Sever Error</title>
3+
<title>500 &mdash; Internal Server Error</title>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<meta name="description" content="Sorry, something went wrong. Internal Server Error"/>
66
<style type="text/css">

install/ubuntu/templates/web/skel/document_errors/50x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
3-
<title>500 &mdash; Internal Sever Error</title>
3+
<title>500 &mdash; Internal Server Error</title>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<meta name="description" content="Sorry, something went wrong. Internal Server Error"/>
66
<style type="text/css">

0 commit comments

Comments
 (0)