Fixed initialization when running callback is not given to
[silc.git] / lib / silcclient / silcclient.h
index 94f78481b27f0621b021ed035f66cb8bd611a880..fedeea7489abcf93b8001db5786a846fa489a5a1 100644 (file)
@@ -757,7 +757,7 @@ void silc_client_free(SilcClient client);
  *    The `running' callback with `context' is called after the client is
  *    running after silc_client_run or silc_client_run_one has been called.
  *    Application may start using the Client library API after that.  Setting
- *    the callback is optional, but recommended.
+ *    the callback is optional, but highly recommended.
  *
  ***/
 SilcBool silc_client_init(SilcClient client, const char *username,