[Tools] testbot: Spelling fixes in a few comments.

Francois Gouget fgouget at codeweavers.com
Mon Dec 19 01:04:02 CST 2016


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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..a008f32 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);
-- 
2.10.2




More information about the wine-patches mailing list