summaryrefslogtreecommitdiffstats
path: root/doc/message-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-09-22 11:34:21 +0900
committerMarcel Holtmann <marcel@holtmann.org>2010-09-22 11:34:21 +0900
commit128859486c6f056ce026c16ec304df8cce63ba0e (patch)
tree24c83fdce5229f9da0c38bcb4fea61120a0d99f5 /doc/message-api.txt
parent41961827706e99a22ff40112a1f2abf0dec549f3 (diff)
downloadofono-128859486c6f056ce026c16ec304df8cce63ba0e.tar.bz2
api: Fix small copy&paste typo
Diffstat (limited to 'doc/message-api.txt')
-rw-r--r--doc/message-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/message-api.txt b/doc/message-api.txt
index 0488ccab..e3acf5c5 100644
--- a/doc/message-api.txt
+++ b/doc/message-api.txt
@@ -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)