[Scummvm-cvs-logs] SF.net SVN: scummvm:[54716] scummvm/trunk
jvprat at users.sourceforge.net
jvprat at users.sourceforge.net
Wed Dec 1 21:03:05 CET 2010
Revision: 54716
http://scummvm.svn.sourceforge.net/scummvm/?rev=54716&view=rev
Author: jvprat
Date: 2010-12-01 20:03:05 +0000 (Wed, 01 Dec 2010)
Log Message:
-----------
ALL: Fix a few typos
Modified Paths:
--------------
scummvm/trunk/common/str.h
scummvm/trunk/engines/kyra/sound_midi.cpp
Modified: scummvm/trunk/common/str.h
===================================================================
--- scummvm/trunk/common/str.h 2010-12-01 20:00:40 UTC (rev 54715)
+++ scummvm/trunk/common/str.h 2010-12-01 20:03:05 UTC (rev 54716)
@@ -288,7 +288,7 @@
Common::String lastPathComponent(const Common::String &path, const char sep);
/**
- * Normalize a gien path to a canonical form. In particular:
+ * Normalize a given path to a canonical form. In particular:
* - trailing separators are removed: /foo/bar/ -> /foo/bar
* - double separators (= empty components) are removed: /foo//bar -> /foo/bar
* - dot components are removed: /foo/./bar -> /foo/bar
Modified: scummvm/trunk/engines/kyra/sound_midi.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_midi.cpp 2010-12-01 20:00:40 UTC (rev 54715)
+++ scummvm/trunk/engines/kyra/sound_midi.cpp 2010-12-01 20:03:05 UTC (rev 54716)
@@ -605,7 +605,7 @@
if (!_vm->resource()->exists(file.c_str()))
return;
- // When loading a new file we stopp all notes
+ // When loading a new file we stop all notes
// still running on our own, just to prevent
// glitches
for (int i = 0; i < 16; ++i)
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