From 80ca14422519cb58e4f3e2ed3e33dbfcf18fe861 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sat, 16 Jun 2007 16:58:54 +0000 Subject: [PATCH] Fix a typo in the common response text. --- include/objectManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/objectManager.php b/include/objectManager.php index 37cf809..5b0ddbb 100644 --- a/include/objectManager.php +++ b/include/objectManager.php @@ -32,7 +32,7 @@ class ObjectManager " in Wine's Bugzilla at http://bugs.winehq.org and resubmit."; $this->aCommonResponses[] = "We appreciate your submission but it". " needs to be more detailed before it will be most useful to other users of". - " the Application Datbase.". + " the Application Database.". " Please try to improve the entry and resubmit."; $this->aCommonResponses[] = "We appreciate your submission but it". " requires improvement to its grammar and/or spelling".