Comment fix.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 6 Nov 2002 15:31:26 +0000 (15:31 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 6 Nov 2002 15:31:26 +0000 (15:31 +0000)
lib/silcclient/silcclient.h

index 3a5a4e376c7d4b8c9c76b21b7409c79c283ac30f..fe44045f19f32de018e843a9431ae6c27b0d3a12 100644 (file)
@@ -1423,8 +1423,9 @@ SilcChannelUser silc_client_on_channel(SilcChannelEntry channel,
  *    is non-NULL then all variable arguments are ignored by default.
  *
  *    If `command_line' is NULL, then the variable arguments define the
- *    command's nameand its arguments.  The variable argument list must
- *    be terminated with NULL.
+ *    command's name and its arguments.  The first variable argument must
+ *    be the command name.  The variable argument list must be terminated
+ *    with NULL.
  *
  *    Returns FALSE if the command is not known and TRUE after command.
  *    execution.  The "command" client operation is called when the