Assorted spelling fixes in tools

Francois Gouget fgouget at free.fr
Thu Mar 25 03:47:19 CST 2004


This is for the tools WineHQ repository.

Changelog:

 * cvsweb
   winapi_stats.php

   Assorted spelling fixes.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
        War doesn't determine who's right.  War determines who's left.
-------------- next part --------------
Index: cvsweb
===================================================================
RCS file: /var/cvs/tools/cvsweb,v
retrieving revision 1.8
diff -u -r1.8 cvsweb
--- a/cvsweb	22 Jan 2004 07:06:16 -0000	1.8
+++ b/cvsweb	25 Mar 2004 09:42:45 -0000
@@ -912,7 +912,7 @@
 				} elsif ($dirtable && $infocols > 1) {
 
 					# close the row with the appropriate number of
-					# columns, so that the vertical seperators are visible
+					# columns, so that the vertical separators are visible
 					my ($cols) = $infocols;
 					while ($cols > 1) {
 						print "</td>\n<td>&nbsp;";
@@ -1759,7 +1759,7 @@
 			# CVS command line client.  But for simplicity, we don't.
 		} elsif ($words[0] eq "error") {
 			fatal("500 Internal Error",
-			      'Error occured during annotate: <b>%s</b>',
+			      'Error ocurred during annotate: <b>%s</b>',
 			      $_);
 		}
 	}
@@ -2436,7 +2436,7 @@
 	# branch, unless there is a branch tag in the RCS file in which case it's the
 	# highest revision on that branch.  Find it by looking through @revorder; it
 	# is the first commit listed on the appropriate branch.
-	# This is not neccesary the same revision as marked as head in the RCS file.
+	# This is not necessary the same revision as marked as head in the RCS file.
 	my $headrev = $curbranch || "1";
 	($symrev{"MAIN"} = $headrev) =~ s/(\d+)$/0.$1/;
 
@@ -3305,7 +3305,7 @@
 			    if ($input{$k}) && ($k ne "cvsroot");
 		}
 
-		# Form-Elements look wierd in Netscape if the background
+		# Form-Elements look weird in Netscape if the background
 		# isn't gray and the form elements are not placed
 		# within a table ...
 		print "<table style=\"border: none\">\n<tr>\n";
Index: winapi_stats.php
===================================================================
RCS file: /var/cvs/tools/winapi_stats.php,v
retrieving revision 1.3
diff -u -r1.3 winapi_stats.php
--- a/winapi_stats.php	24 Mar 2004 23:34:33 -0000	1.3
+++ b/winapi_stats.php	25 Mar 2004 09:43:08 -0000
@@ -6,7 +6,7 @@
     Load the output created from winapi_extract and make
     a stats table out of it
     
-    Writen by Ofir Petruska <hatky at users.sf.net>
+    Written by Ofir Petruska <hatky at users.sf.net>
     and Jeremy Newman <jnewman at codeweavers.com>
 
 */


More information about the wine-patches mailing list