diff options
-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 |