diff options
author | Mathieu Parent <math.parent@gmail.com> | 2015-07-26 23:02:57 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2015-11-06 13:43:45 +0100 |
commit | c315fce17ef11a23c24fc92b7475ac3a3ac55032 (patch) | |
tree | c6a1598038ed82db02cc948b1fba74c83265c85e /testprogs | |
parent | f3033a1943462f98e994f095ed5805be27acadd0 (diff) | |
download | samba-c315fce17ef11a23c24fc92b7475ac3a3ac55032.tar.gz |
Fix various spelling errors
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Nov 6 13:43:45 CET 2015 on sn-devel-104
Diffstat (limited to 'testprogs')
-rw-r--r-- | testprogs/win32/spoolss/README.win32 | 2 | ||||
-rw-r--r-- | testprogs/win32/spoolss/testspoolss.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testprogs/win32/spoolss/README.win32 b/testprogs/win32/spoolss/README.win32 index 1e7bacc5bd7..0c10f60e665 100644 --- a/testprogs/win32/spoolss/README.win32 +++ b/testprogs/win32/spoolss/README.win32 @@ -35,7 +35,7 @@ usage: testspoolss.exe <name> [print] [samba3] [architecture=ARCHITECTURE] from the printserver [samba3] will skip some tests samba servers are known not to have implemented - [architecture=X] allows to define a specific + [architecture=X] allows one to define a specific architecture to test with. choose between: "Windows NT x86" or "Windows x64" .............................................................................. diff --git a/testprogs/win32/spoolss/testspoolss.c b/testprogs/win32/spoolss/testspoolss.c index 422cca4acf6..794e545e186 100644 --- a/testprogs/win32/spoolss/testspoolss.c +++ b/testprogs/win32/spoolss/testspoolss.c @@ -1055,7 +1055,7 @@ static BOOL test_OnePrinter(struct torture_context *tctx, ret &= test_EnumPrinterDataEx(tctx, printername, "PrinterDriverData", handle, NULL, NULL); ret &= test_DeviceModes(tctx, printername, handle); #if 0 - /* dont run these at the moment, behaviour is PrinterData API calls (not + /* don't run these at the moment, behaviour is PrinterData API calls (not * dcerpc calls) is almost unpredictable - gd */ ret &= test_PrinterData(tctx, printername, handle); ret &= test_PrinterDataW(tctx, printername, handle); @@ -1765,7 +1765,7 @@ int main(int argc, char *argv[]) fprintf(stderr, "\t from the printserver\n"); fprintf(stderr, "\t[samba3] will skip some tests samba servers are known\n"); fprintf(stderr, "\t not to have implemented\n"); - fprintf(stderr, "\t[architecture=X] allows to define a specific\n"); + fprintf(stderr, "\t[architecture=X] allows one to define a specific\n"); fprintf(stderr, "\t architecture to test with. choose between:\n"); fprintf(stderr, "\t \"Windows NT x86\" or \"Windows x64\"\n"); exit(-1); |