Jeremy Newman : fix typo

Jeremy Newman jnewman at winehq.org
Tue Nov 22 14:55:29 CST 2016


Module: appdb
Branch: master
Commit: 37d412dc1e8c0188e1cb21e1f1a523d0f4f2b5d1
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=37d412dc1e8c0188e1cb21e1f1a523d0f4f2b5d1

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Tue Nov 22 14:55:19 2016 -0600

fix typo

---

 include/objectManager.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/objectManager.php b/include/objectManager.php
index eaf0503..182a8b9 100644
--- a/include/objectManager.php
+++ b/include/objectManager.php
@@ -187,7 +187,7 @@ class ObjectManager
         {
             header("HTTP/1.1 404 Not Found");
             echo "<h1 class=\"whq-app-title\"><i class=\"fa fa-exclamation-circle\"></i> 404 - Not Found!</h1>\n";
-            echo "<p>We are unable to find the page your are trying to access. Please check your URL and try again.</p>\n";
+            echo "<p>We are unable to find the page you are trying to access. Please check your URL and try again.</p>\n";
         }
         else
         {




More information about the wine-cvs mailing list