diff options
-rw-r--r-- | views/bad_request.tpl | 2 | ||||
-rw-r--r-- | views/not_found.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/views/bad_request.tpl b/views/bad_request.tpl index 813e433..02365f8 100644 --- a/views/bad_request.tpl +++ b/views/bad_request.tpl @@ -4,4 +4,4 @@ <p>If you think that your request was valid, please report this issue</p> -<p>I'm sorry for you, but <i>nonetheless</i> I whish you a very good day.</p> +<p>I'm sorry for you, but <i>nonetheless</i> I wish you a very good day.</p> diff --git a/views/not_found.tpl b/views/not_found.tpl index fc31351..6766775 100644 --- a/views/not_found.tpl +++ b/views/not_found.tpl @@ -7,4 +7,4 @@ reason for this:</p> <li>Or the paste never existed (the <b>URL</b> might be wrong)</li> </ul> -<p>I'm sorry for you, but <i>nonetheless</i> I whish you a very good day.</p> +<p>I'm sorry for you, but <i>nonetheless</i> I wish you a very good day.</p> |