api: Fix small copy&paste typo
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 22 Sep 2010 02:34:21 +0000 (11:34 +0900)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 22 Sep 2010 02:34:21 +0000 (11:34 +0900)
doc/message-api.txt

index 0488cca..e3acf5c 100644 (file)
@@ -18,8 +18,8 @@ Methods               dict GetProperties()
                        that represents the currently pending messages.
 
                        This method call should only be used once when an
-                       application starts up.  Further call additions and
-                       removal shall be monitored via MessageAdded and
+                       application starts up.  Further message additions
+                       and removal shall be monitored via MessageAdded and
                        MessageRemoved signals.
 
                void SetProperty(string name, variant value)