Module: tools Branch: master Commit: b2943cadb232d0766fbe397c1b15a93f0818e390 URL: http://source.winehq.org/git/tools.git/?a=commit;h=b2943cadb232d0766fbe397c1...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Dec 19 08:04:02 2016 +0100
testbot: Spelling fixes in a few comments.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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);