summaryrefslogtreecommitdiffstats
path: root/gisi/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'gisi/server.c')
-rw-r--r--gisi/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gisi/server.c b/gisi/server.c
index 8be109da..ae252e1c 100644
--- a/gisi/server.c
+++ b/gisi/server.c
@@ -253,7 +253,7 @@ int g_isi_vrespond(GIsiServer *self, const struct iovec *iov, size_t iovlen,
* Prepare to handle given request type for the resource that an ISI server
* is associated with. If the same type was already handled, the old
* handler is overriden.
- * @param self ISI server (fomr g_isi_server_create())
+ * @param self ISI server (from g_isi_server_create())
* @param type request message type
* @param cb callback to process received requests
* @param data data for the callback