diff options
author | Aki Niemi <aki.niemi@nokia.com> | 2010-05-14 16:33:13 +0300 |
---|---|---|
committer | Aki Niemi <aki.niemi@nokia.com> | 2010-05-14 16:51:21 +0300 |
commit | 2d8762932a29b40ddf6de42f565a5c5f79d4de73 (patch) | |
tree | a458b18d2b17a4529f6d74799a96653bfa95b807 /gisi | |
parent | 26fda058214ada5a2c3b1ea4e8da9cc977cc3c43 (diff) | |
download | ofono-2d8762932a29b40ddf6de42f565a5c5f79d4de73.tar.gz |
gisi: Fix typo in documentation
Diffstat (limited to 'gisi')
-rw-r--r-- | gisi/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gisi/client.c b/gisi/client.c index 1b3fa3ab..d182303e 100644 --- a/gisi/client.c +++ b/gisi/client.c @@ -460,7 +460,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 subscrived, the old + * 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 type indication type |