updates.
[silc.git] / lib / silcutil / silcnet.h
index 7089acb22a68215fb9ea670963e29e37f4745c1b..0e85a1bdecb5e465ff966239f4186178081a6039 100644 (file)
@@ -277,7 +277,7 @@ bool silc_net_gethostbyname(const char *name, char *address,
  *
  * DESCRIPTION
  *
- *    Asynchronouosly resolves the IP address of the hostname indicated
+ *    Asynchronously resolves the IP address of the hostname indicated
  *    by the `host'.  This function returns immediately, and the
  *    `completion' callback will be called after the resolving is
  *    completed.
@@ -316,7 +316,7 @@ bool silc_net_gethostbyaddr(const char *addr, char *name, uint32 name_len);
  *
  * DESCRIPTION
  *
- *    Asynchronouosly resolves the hostname for the IP address indicated
+ *    Asynchronously resolves the hostname for the IP address indicated
  *    by the `addr'.  This function returns immediately, and the
  *    `completion' callback will be called after the resolving is
  *    completed.