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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Dec 29 21:41:09 CET 2009


Revision: 46717
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46717&view=rev
Author:   lordhoto
Date:     2009-12-29 20:41:09 +0000 (Tue, 29 Dec 2009)

Log Message:
-----------
Typo.

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

Modified: scummvm/trunk/common/events.h
===================================================================
--- scummvm/trunk/common/events.h	2009-12-29 19:44:08 UTC (rev 46716)
+++ scummvm/trunk/common/events.h	2009-12-29 20:41:09 UTC (rev 46717)
@@ -198,9 +198,9 @@
 	virtual ~EventObserver() {}
 
 	/**
-	 * Notifies the source of an incoming event.
+	 * Notifies the observer of an incoming event.
 	 *
-	 * An obeser is supposed to eat the event, with returning true, when
+	 * An observer is supposed to eat the event, with returning true, when
 	 * it might want prevent other observers from preventing to receive
 	 * the event. An usage example here is the keymapper:
 	 * If it processes an Event, it should 'eat' it and create a new


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