[Scummvm-cvs-logs] scummvm master -> 470cdabc586956be53f768cb19e2c73b8405b502

lordhoto lordhoto at gmail.com
Sun Feb 28 07:47:14 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
470cdabc58 ENGINES: Fix Typos.


Commit: 470cdabc586956be53f768cb19e2c73b8405b502
    https://github.com/scummvm/scummvm/commit/470cdabc586956be53f768cb19e2c73b8405b502
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2016-02-28T07:44:26+01:00

Commit Message:
ENGINES: Fix Typos.

Changed paths:
    engines/metaengine.h



diff --git a/engines/metaengine.h b/engines/metaengine.h
index 3f8f56c..e7bfeba 100644
--- a/engines/metaengine.h
+++ b/engines/metaengine.h
@@ -96,8 +96,8 @@ public:
 	/**
 	 * Return a list of all save states associated with the given target.
 	 *
-	 * The list return is guarnateed to be sorted by slot numbers. That means
-	 * lower slot numbers are always stored before bigger slot numbers.
+	 * The returned list is guaranteed to be sorted by slot numbers. That
+	 * means smaller slot numbers are always stored before bigger slot numbers.
 	 *
 	 * The caller has to ensure that this (Meta)Engine is responsible
 	 * for the specified target (by using findGame on it respectively






More information about the Scummvm-git-logs mailing list