summaryrefslogtreecommitdiffstats
path: root/gisi/client.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2010-09-14 00:06:03 -0300
committerMarcel Holtmann <marcel@holtmann.org>2010-09-14 16:01:00 +0900
commit9849f010ab6a4fd9891b37381a499b7751dfefe8 (patch)
tree690f378bd3abd9e09731c1d1cb3f204c51a2cb6f /gisi/client.c
parent53f1e826c657386edaf48e128099a78cccf6bc2a (diff)
downloadofono-9849f010ab6a4fd9891b37381a499b7751dfefe8.tar.bz2
Fix common misspelling in gisi
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspelling: fomr->from
Diffstat (limited to 'gisi/client.c')
-rw-r--r--gisi/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gisi/client.c b/gisi/client.c
index 24237b29..cf314472 100644
--- a/gisi/client.c
+++ b/gisi/client.c
@@ -525,7 +525,7 @@ void g_isi_request_cancel(GIsiRequest *req)
* Subscribe to a given indication type for the resource that an ISI client
* is associated with. If the same type was already subscribed, the old
* subscription is overriden.
- * @param cl ISI client (fomr g_isi_client_create())
+ * @param cl ISI client (from g_isi_client_create())
* @param type indication type
* @param cb callback to process received indications
* @param data data for the callback