summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Lund Kramshoej <hlk@kramse.org>2017-07-12 08:18:57 +0200
committerHenrik Lund Kramshoej <hlk@kramse.org>2017-07-12 08:18:57 +0200
commit975c610b836f1a68e1522b00fd6745f0d1778992 (patch)
treef6dde3032a2b8c9e3c42143b01349817620dee18
parent89cdabb24a311e429d6acca4c3b19357af221ad4 (diff)
SpÃeling error
-rw-r--r--apache-sp/secure/index.haml3
-rw-r--r--apache-sp/secure/index.shtml2
2 files changed, 2 insertions, 3 deletions
diff --git a/apache-sp/secure/index.haml b/apache-sp/secure/index.haml
index 856d379..3cfb313 100644
--- a/apache-sp/secure/index.haml
+++ b/apache-sp/secure/index.haml
@@ -4,7 +4,6 @@
%title Secure site!!!!1
%body
.wrapper
- %h1 Enviornment
+ %h1 Environment
%pre
<!--#printenv -->
-
diff --git a/apache-sp/secure/index.shtml b/apache-sp/secure/index.shtml
index 4ead79a..e7215ea 100644
--- a/apache-sp/secure/index.shtml
+++ b/apache-sp/secure/index.shtml
@@ -5,7 +5,7 @@
</head>
<body>
<div class='wrapper'>
- <h1>Enviornment</h1>
+ <h1>Environment</h1>
<pre><!--#printenv --></pre>
</div>
</body>