diff options
author | VG <vg@devys.org> | 2015-11-04 16:29:57 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2015-11-04 16:29:57 +0100 |
commit | 1831e5d4cf6c330dd57483052b44e82508277c66 (patch) | |
tree | f54ce895df8bbfb33fb431145aef9792ec793f91 | |
parent | fc7dd79550ff5976440cb8687a6423a3e3570333 (diff) | |
download | pasteme-1831e5d4cf6c330dd57483052b44e82508277c66.tar.gz pasteme-1831e5d4cf6c330dd57483052b44e82508277c66.tar.bz2 pasteme-1831e5d4cf6c330dd57483052b44e82508277c66.zip |
Fix typo (whish -> wish)
-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> |