[Scummvm-cvs-logs] SF.net SVN: scummvm: [30376] scummvm/trunk/common/algorithm.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jan 10 13:22:15 CET 2008


Revision: 30376
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30376&view=rev
Author:   fingolfin
Date:     2008-01-10 04:22:15 -0800 (Thu, 10 Jan 2008)

Log Message:
-----------
BE -> AE

Modified Paths:
--------------
    scummvm/trunk/common/algorithm.h

Modified: scummvm/trunk/common/algorithm.h
===================================================================
--- scummvm/trunk/common/algorithm.h	2008-01-10 12:02:03 UTC (rev 30375)
+++ scummvm/trunk/common/algorithm.h	2008-01-10 12:22:15 UTC (rev 30376)
@@ -109,7 +109,7 @@
 	return f;
 }
 
-// Simple sort function, modelled after std::sort.
+// Simple sort function, modeled after std::sort.
 // Use it like this:  sort(container.begin(), container.end()).
 // Also work on plain old int arrays etc.
 template<class T>


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