[Scummvm-cvs-logs] CVS: web/docs conventions.xml,1.8,1.9

Gregory Montoir cyx at users.sourceforge.net
Wed Aug 10 11:37:16 CEST 2005


Update of /cvsroot/scummvm/web/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19908/web/docs

Modified Files:
	conventions.xml 
Log Message:
typos

Index: conventions.xml
===================================================================
RCS file: /cvsroot/scummvm/web/docs/conventions.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- conventions.xml	12 Dec 2004 20:29:30 -0000	1.8
+++ conventions.xml	10 Aug 2005 18:36:20 -0000	1.9
@@ -68,7 +68,7 @@
 
 			<li><h3>Indentation level is not increased after namespace clause</h3>
 				<pre>
-	namespase Scumm {
+	namespace Scumm {
 
 	byte Actor::kInvalidBox = 0;
 
@@ -85,11 +85,11 @@
 		<pre>
 	switch (cmd) {
 	case kSaveCmd:
-		Save();
+		save();
 		break;
 	case kLoadCmd:
 	case kPlayCmd:
-		Close();
+		close();
 		break;
 	default:
 		Dialog::handleCommand(sender, cmd, data);





More information about the Scummvm-git-logs mailing list