Francois Gouget : testbot: Spelling fixes in a few comments.

Alexandre Julliard julliard at winehq.org
Mon Dec 19 12:11:21 CST 2016


Module: tools
Branch: master
Commit: b2943cadb232d0766fbe397c1b15a93f0818e390
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=b2943cadb232d0766fbe397c1b15a93f0818e390

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Dec 19 08:04:02 2016 +0100

testbot: Spelling fixes in a few comments.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/bin/Janitor.pl            | 2 +-
 testbot/src/testagentd/platform.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/testbot/bin/Janitor.pl b/testbot/bin/Janitor.pl
index 24b2b28..6dcbf48 100755
--- a/testbot/bin/Janitor.pl
+++ b/testbot/bin/Janitor.pl
@@ -232,7 +232,7 @@ if (opendir(my $dh, "$DataDir/staging"))
     {
       if ($Age >= 1 and !unlink $FileName)
       {
-        # The user abandonned the submit procedure half-way
+        # The user abandoned the submit procedure half-way through
         LogMsg "Could not delete '$FileName': $!\n" if (!unlink($FileName));
       }
     }
diff --git a/testbot/src/testagentd/platform.h b/testbot/src/testagentd/platform.h
index 46e4d37..ea807fb 100644
--- a/testbot/src/testagentd/platform.h
+++ b/testbot/src/testagentd/platform.h
@@ -18,7 +18,7 @@
 
 
 /*
- * Compatiblity definitions.
+ * Compatibility definitions.
  */
 
 #ifdef WIN32
@@ -53,7 +53,7 @@ typedef int SOCKET;
 
 
 /*
- * Platform-specific unctions.
+ * Platform-specific functions.
  */
 
 int platform_init(void);




More information about the wine-cvs mailing list