[Scummvm-cvs-logs] SF.net SVN: scummvm:[41397] tools/branches/gsoc2009-gui

Remere at users.sourceforge.net Remere at users.sourceforge.net
Tue Jun 9 13:07:18 CEST 2009


Revision: 41397
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41397&view=rev
Author:   Remere
Date:     2009-06-09 11:07:18 +0000 (Tue, 09 Jun 2009)

Log Message:
-----------
*Fixed spelling and minor errors.

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/extract_agos.cpp
    tools/branches/gsoc2009-gui/extract_gob_stk.cpp
    tools/branches/gsoc2009-gui/extract_kyra.cpp
    tools/branches/gsoc2009-gui/extract_loom_tg16.cpp
    tools/branches/gsoc2009-gui/extract_mm_apple.cpp
    tools/branches/gsoc2009-gui/extract_mm_c64.cpp
    tools/branches/gsoc2009-gui/extract_mm_nes.cpp
    tools/branches/gsoc2009-gui/extract_scumm_mac.cpp
    tools/branches/gsoc2009-gui/extract_zak_c64.cpp

Modified: tools/branches/gsoc2009-gui/extract_agos.cpp
===================================================================
--- tools/branches/gsoc2009-gui/extract_agos.cpp	2009-06-09 07:55:43 UTC (rev 41396)
+++ tools/branches/gsoc2009-gui/extract_agos.cpp	2009-06-09 11:07:18 UTC (rev 41397)
@@ -192,7 +192,7 @@
 
 	Filename inpath, outpath;
 
-	// Check if we should display some heplful text
+	// Check if we should display some helpful text
 	parseHelpArguments(argv, argc);
 	
 	// Continuing with finding out output directory

Modified: tools/branches/gsoc2009-gui/extract_gob_stk.cpp
===================================================================
--- tools/branches/gsoc2009-gui/extract_gob_stk.cpp	2009-06-09 07:55:43 UTC (rev 41396)
+++ tools/branches/gsoc2009-gui/extract_gob_stk.cpp	2009-06-09 11:07:18 UTC (rev 41397)
@@ -54,7 +54,7 @@
 
 	Filename inpath, outpath;
 
-	// Check if we should display some heplful text
+	// Check if we should display some helpful text
 	parseHelpArguments(argv, argc);
 	
 	// Continuing with finding out output directory
@@ -68,8 +68,8 @@
 		outpath.setFullPath("out/");
 
 	// We only got one input file
-	if (last_arg == first_arg)
-		error("Only one input file expected!\n");
+	if (last_arg != first_arg)
+		error("Only one input file expected!");
 
 	inpath.setFullPath(argv[first_arg]);
 

Modified: tools/branches/gsoc2009-gui/extract_kyra.cpp
===================================================================
--- tools/branches/gsoc2009-gui/extract_kyra.cpp	2009-06-09 07:55:43 UTC (rev 41396)
+++ tools/branches/gsoc2009-gui/extract_kyra.cpp	2009-06-09 11:07:18 UTC (rev 41397)
@@ -35,12 +35,12 @@
 
 	Filename outpath, inputpath;
 
-	// Check if we should display some heplful text
+	// Check if we should display some helpful text
 	parseHelpArguments(argv, argc, "\n"
 		"Usage: %s [params] [-o output] <archivefile> [-o output]\n"
 		"Default output path is ./out/\n"
 		"nParams:\n"
-		"-e <filename>     Extract only <filename> from the archive, wiil be extracted \n"
+		"-e <filename>     Extract only <filename> from the archive, will be extracted \n"
 		"                  into the current directory.\n"
 		"-x                Extract all files (default)\n"
 		"-a                Extract files from the Amiga .PAK files\n"

Modified: tools/branches/gsoc2009-gui/extract_loom_tg16.cpp
===================================================================
--- tools/branches/gsoc2009-gui/extract_loom_tg16.cpp	2009-06-09 07:55:43 UTC (rev 41396)
+++ tools/branches/gsoc2009-gui/extract_loom_tg16.cpp	2009-06-09 11:07:18 UTC (rev 41397)
@@ -1240,7 +1240,7 @@
 	char fname[256];
 	Filename inpath, outpath;
 
-	// Check if we should display some heplful text
+	// Check if we should display some helpful text
 	parseHelpArguments(argv, argc);
 	
 	// Continuing with finding out output directory

Modified: tools/branches/gsoc2009-gui/extract_mm_apple.cpp
===================================================================
--- tools/branches/gsoc2009-gui/extract_mm_apple.cpp	2009-06-09 07:55:43 UTC (rev 41396)
+++ tools/branches/gsoc2009-gui/extract_mm_apple.cpp	2009-06-09 11:07:18 UTC (rev 41397)
@@ -63,7 +63,7 @@
 	char fname[256];
 	Filename inpath, outpath;
 
-	// Check if we should display some heplful text
+	// Check if we should display some helpful text
 	parseHelpArguments(argv, argc,
 		"\nUsage: %s [-o <output dir> = out/] <disk1.dsk> <disk2.dsk>\n");
 	

Modified: tools/branches/gsoc2009-gui/extract_mm_c64.cpp
===================================================================
--- tools/branches/gsoc2009-gui/extract_mm_c64.cpp	2009-06-09 07:55:43 UTC (rev 41396)
+++ tools/branches/gsoc2009-gui/extract_mm_c64.cpp	2009-06-09 11:07:18 UTC (rev 41397)
@@ -64,7 +64,7 @@
 	char fname[256];
 	Filename inpath, outpath;
 
-	// Check if we should display some heplful text
+	// Check if we should display some helpful text
 	parseHelpArguments(argv, argc,
 		"\nUsage: %s [-o <output dir> = out/] <disk1.d64> <disk2.d64>\n");
 	

Modified: tools/branches/gsoc2009-gui/extract_mm_nes.cpp
===================================================================
--- tools/branches/gsoc2009-gui/extract_mm_nes.cpp	2009-06-09 07:55:43 UTC (rev 41396)
+++ tools/branches/gsoc2009-gui/extract_mm_nes.cpp	2009-06-09 11:07:18 UTC (rev 41397)
@@ -1176,7 +1176,7 @@
 	char fname[256];
 	Filename inpath, outpath;
 
-	// Check if we should display some heplful text
+	// Check if we should display some helpful text
 	parseHelpArguments(argv, argc,
 		"\nUsage: %s [-o <output dir> = out/] <infile.PRG>\n"
 		"\tSupported versions: USA, Europe, Sweden, France, Germany, Spain\n"

Modified: tools/branches/gsoc2009-gui/extract_scumm_mac.cpp
===================================================================
--- tools/branches/gsoc2009-gui/extract_scumm_mac.cpp	2009-06-09 07:55:43 UTC (rev 41396)
+++ tools/branches/gsoc2009-gui/extract_scumm_mac.cpp	2009-06-09 11:07:18 UTC (rev 41397)
@@ -41,7 +41,7 @@
 
 	Filename outpath;
 
-	// Check if we should display some heplful text
+	// Check if we should display some helpful text
 	parseHelpArguments(argv, argc,
 		"\nUsage: %s [-o <output dir> = out/] <file>\n"
 		"\tSome Lucas Arts CDs appear to contains only an application.\n"

Modified: tools/branches/gsoc2009-gui/extract_zak_c64.cpp
===================================================================
--- tools/branches/gsoc2009-gui/extract_zak_c64.cpp	2009-06-09 07:55:43 UTC (rev 41396)
+++ tools/branches/gsoc2009-gui/extract_zak_c64.cpp	2009-06-09 11:07:18 UTC (rev 41397)
@@ -64,7 +64,7 @@
 	char fname[1024];
 	Filename outpath;
 
-	// Check if we should display some heplful text
+	// Check if we should display some helpful text
 	parseHelpArguments(argv, argc,
 		"\nUsage: %s [-o <output dir> = out/] <disk1.d64> <disk2.d64>\n");
 	


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list