Comment fixes.
[silc.git] / lib / silchttp / silchttpserver.h
index a26f05133389f0ede89d55a6b1dfe7682ad16305..3abea82db49bd2bd1dcb73184f1595cc3f0dd7af 100644 (file)
@@ -131,7 +131,7 @@ SilcHttpServer silc_http_server_alloc(const char *ip, SilcUInt16 port,
  ***/
 void silc_http_server_free(SilcHttpServer httpd);
 
-/****f* silchttp/SilcHTTPServer/silc_http_server_free
+/****f* silchttp/SilcHTTPServer/silc_http_server_send
  *
  * SYNOPSIS
  *
@@ -150,7 +150,7 @@ SilcBool silc_http_server_send(SilcHttpServer httpd,
                               SilcHttpConnection conn,
                               SilcBuffer data);
 
-/****f* silchttp/SilcHTTPServer/silc_http_server_free
+/****f* silchttp/SilcHTTPServer/silc_http_server_send_error
  *
  * SYNOPSIS
  *
@@ -193,7 +193,7 @@ SilcBool silc_http_server_send_error(SilcHttpServer httpd,
  *
  *    Finds a header field indicated by `field' from the current HTTP
  *    request sent by the HTTP client.  Returns the field value or NULL
- *    if suchs header field does not exist.
+ *    if such header field does not exist.
  *
  ***/
 const char *silc_http_server_get_header(SilcHttpServer httpd,