diff options
author | Pekka Pessi <Pekka.Pessi@nokia.com> | 2011-01-21 14:44:06 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-01-21 13:56:28 +0100 |
commit | bef901e189f44c66854a2513d9da828aac6671e2 (patch) | |
tree | e773072a926fc306176e07915e95cf307abc11be | |
parent | 19b9ffdb44ac71197ac1ac7c4502ee13194cd78f (diff) | |
download | ofono-bef901e189f44c66854a2513d9da828aac6671e2.tar.bz2 |
doc: fix a kill-yank error
-rw-r--r-- | doc/smartmessaging-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/smartmessaging-api.txt b/doc/smartmessaging-api.txt index 36065b42..637a5ef1 100644 --- a/doc/smartmessaging-api.txt +++ b/doc/smartmessaging-api.txt @@ -50,7 +50,7 @@ Methods void ReceiveAppointment(array{byte} appointment, dict info) void ReceiveBusinessCard(array{byte} card, dict info) Requests the agent to process a new SMS that has - arrived containing a vCalendar object. The info + arrived containing a vCard object. The info dictionary contains 'Sender', 'LocalSentTime' and 'SentTime' properties. |