Chris Morgan : Assorted spelling fixes from Francois Gouget

Chris Morgan cmorgan at winehq.org
Thu Jun 26 11:03:44 CDT 2008


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

Author: Chris Morgan <cmorgan at alum.wpi.edu>
Date:   Thu Jun 26 12:07:29 2008 -0400

Assorted spelling fixes from Francois Gouget

---

 CODING_STANDARD               |    2 +-
 help/appdb_faq.help           |    2 +-
 help/generic.help             |    4 ++--
 help/maintainer.help          |    2 +-
 include/application.php       |    2 +-
 include/distribution.php      |    2 +-
 include/note.php              |    2 +-
 include/objectManager.php     |    2 +-
 include/testData.php          |    8 ++++----
 tables/testResults.sql        |    2 +-
 unit_test/test_common.php     |    2 +-
 unit_test/test_maintainer.php |    2 +-
 12 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/CODING_STANDARD b/CODING_STANDARD
index f3fd3d4..463140e 100644
--- a/CODING_STANDARD
+++ b/CODING_STANDARD
@@ -74,7 +74,7 @@ function do_foo($sVar)
 5) do not use vars that require register_globals to be on as:
  a) it is off by default in php 4.1+
  b) it is more secure
- c) it makes it easier to understand where your vars are comming from (forms, session, etc.)
+ c) it makes it easier to understand where your vars are coming from (forms, session, etc.)
 
 
 /**
diff --git a/help/appdb_faq.help b/help/appdb_faq.help
index 0eb70eb..7cdd832 100644
--- a/help/appdb_faq.help
+++ b/help/appdb_faq.help
@@ -73,7 +73,7 @@ reviewed by a maintainer or administrator.</p>
 <p><b>Q: How do I become an Application Database maintainer?</b></p>
 <blockquote>
 <p><b>A:</b> Pretty much anyone supporting Wine is welcome (begged?) to be an application maintainer.
-Simply click on the button you will find in the application overview or specific version page to send your request. An administrator will then review your proposal and add you the the maintainer's team for this application or version. Once we have a community of maintainers, we hope that community will further refine the policies and procedures.</p>
+Simply click on the button you will find in the application overview or specific version page to send your request. An administrator will then review your proposal and add you to the maintainer's team for this application or version. Once we have a community of maintainers, we hope that community will further refine the policies and procedures.</p>
 </blockquote>
 
 
diff --git a/help/generic.help b/help/generic.help
index 4101de3..64afbb2 100644
--- a/help/generic.help
+++ b/help/generic.help
@@ -19,10 +19,10 @@ for a certain program hasn't been created.</center>
 <li><p>Run your program by changing into the directory where it is located, and then type 'wine yourprogram.exe'. 
     <br>Alternately your file manager should know to open .exe files with 'wine').</li>
 
-<li><p>If there is an an error about missing files, or does not start at all, make sure you are in the directory where it was installed.</li>
+<li><p>If there is an error about missing files, or it does not start at all, make sure you are in the directory where it was installed.</li>
 
 <li><p> Many newer games contain copy protection, which is sometimes not supported in Wine.  <br>Third party applications may be able to circumvent this,
- when this is required an application cannot be rated higher than Gold</li>
+ when this is required an application cannot be rated higher than Gold.</li>
 
 <li><p> In case of failure, try different builtin, native DLL settings:
 Run Wine with 'WINEDEBUG=+loaddll wine yourprogram.exe' to find out which
diff --git a/help/maintainer.help b/help/maintainer.help
index cebcb71..15c4247 100644
--- a/help/maintainer.help
+++ b/help/maintainer.help
@@ -9,7 +9,7 @@ Information on what a maintainer is and why they are important to the appdb.
 <p>
 Maintainers are privileged users who have the ability to administrate applications and versions. Maintainers typically use the 
 applications and versions they maintain on a daily or weekely basis and test them with each new version of Wine that is 
-released. They also respond to forum posts for their applications/versions and review and process testing results and 
+released. They also respond to forum posts for their applications/versions and review and process test results and
 screenshots that users submit. Please see the <a href="./?sTopic=maintainer_guidelines" style="cursor: help">maintainer's guidelines</a>
 for more information on the kinds of things a maintainer has stewardship over.
 <p>
diff --git a/include/application.php b/include/application.php
index 80bbf1b..6b2cd77 100644
--- a/include/application.php
+++ b/include/application.php
@@ -1320,7 +1320,7 @@ class Application {
                 return FALSE;
         }
 
-        /* If no errors occured we return the number of moved children */
+        /* If no errors occurred we return the number of moved children */
         return $iCount;
     }
 
diff --git a/include/distribution.php b/include/distribution.php
index 1833177..28aeeb7 100644
--- a/include/distribution.php
+++ b/include/distribution.php
@@ -597,7 +597,7 @@ class distribution {
         $oTableRow->AddCell($oTableCell);
 
 
-        // enable the 'delete' action if this distribution has no testing results
+        // enable the 'delete' action if this distribution has no test results
         $bDeleteLink = sizeof($this->aTestingIds) ? FALSE : TRUE;
 
         $oOMTableRow = new OMTableRow($oTableRow);
diff --git a/include/note.php b/include/note.php
index 30cbed6..1558d66 100644
--- a/include/note.php
+++ b/include/note.php
@@ -305,7 +305,7 @@ class Note {
         return false;
     }
 
-    // NOTE: notes can not be queued at this point
+    // NOTE: notes cannot be queued at this point
     function mustBeQueued()
     {
         return false;
diff --git a/include/objectManager.php b/include/objectManager.php
index e8b2392..b1280ab 100644
--- a/include/objectManager.php
+++ b/include/objectManager.php
@@ -525,7 +525,7 @@ class ObjectManager
             $sSubmitter = " (submitted by ".$oUser->objectMakeLink().")";
         } else
         {
-            $shWhyComment = "Although you submitted it it might be useful for other users to know why ".
+            $shWhyComment = "Although you submitted it, it might be useful for other users to know why ".
                             "you are deleting it.";
 
             $sSubmitter = "";
diff --git a/include/testData.php b/include/testData.php
index c029b1f..c749c53 100644
--- a/include/testData.php
+++ b/include/testData.php
@@ -439,15 +439,15 @@ class testData{
             switch($sAction)
             {
             case "add":
-                $sSubject =  "Submitted testing data accepted";
-                $sMsg  = "The testing data you submitted for '$sName' has been ".
+                $sSubject =  "Submitted test data accepted";
+                $sMsg  = "The test data you submitted for '$sName' has been ".
                         "accepted by ".$_SESSION['current']->sRealname.".\n";
                 $sMsg .= $oVersion->objectMakeUrl()."&amp;iTestingId=".$this->iTestingId."\n";
                 $sMsg .= "Administrators response:\n";
             break;
             case "reject":
-                $sSubject =  "Submitted testing data rejected";
-                $sMsg  = "The testing data you submitted for '$sName' has ".
+                $sSubject =  "Submitted test data rejected";
+                $sMsg  = "The test data you submitted for '$sName' has ".
                         "been rejected by ".$_SESSION['current']->sRealname.".";
                 $sMsg .= $this->objectMakeUrl()."\n";
                 $sMsg .= "Reason given:\n";
diff --git a/tables/testResults.sql b/tables/testResults.sql
index 8c377ef..dd0d899 100644
--- a/tables/testResults.sql
+++ b/tables/testResults.sql
@@ -3,7 +3,7 @@ use apidb;
 drop table if exists testResults;
 
 /*
- * Version Testing results
+ * Version Test results
  */
 create table testResults (
         testingId       int not null auto_increment,
diff --git a/unit_test/test_common.php b/unit_test/test_common.php
index 6189f66..5734687 100644
--- a/unit_test/test_common.php
+++ b/unit_test/test_common.php
@@ -45,7 +45,7 @@ function delete_version_and_parent_app($iVersionId)
         echo __FUNCTION__."() oApp->purge() failed, returned false!\n";
     }
 
-    // remove the admin privleges only if the user didn't
+    // remove the admin privileges only if the user didn't
     // have them to begin with
     if(!$bWasAdmin)
         $_SESSION['current']->delPriv("admin");
diff --git a/unit_test/test_maintainer.php b/unit_test/test_maintainer.php
index a31fb26..87a043d 100644
--- a/unit_test/test_maintainer.php
+++ b/unit_test/test_maintainer.php
@@ -393,7 +393,7 @@ function test_maintainer_unQueue()
         return FALSE;
     }
 
-    // Now that the super maintainer entry was unqueued the the maintainer
+    // Now that the super maintainer entry was unqueued, the maintainer
     // entry should have been deleted
     $iExpected = 0;
     $iReceived = maintainer::getMaintainerCountForUser($oSecondUser, FALSE);




More information about the wine-cvs mailing list