typo fixes silc.client.0.8.2
authorPekka Riikonen <priikone@silcnet.org>
Wed, 20 Mar 2002 13:45:56 +0000 (13:45 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 20 Mar 2002 13:45:56 +0000 (13:45 +0000)
lib/silcutil/silcschedule.h

index 1b647e7082dcc71346ef6c1a61d30c5a7f68f226..1bc5d4a85d522788bde172967937c41cc1b3cc0f 100644 (file)
@@ -653,7 +653,7 @@ void silc_schedule_signal_unregister(SilcSchedule schedule, SilcUInt32 signal,
  *    Mark the `signal' to be called later.  Every signal that has been
  *    registered by silc_schedule_signal_register is delivered by calling
  *    this function.  When signal really occurs, the application is 
- *    responsible of calling this function int the signal handler.  After
+ *    responsible of calling this function in the signal handler.  After
  *    signal is over the scheduler will then safely deliver the callback
  *    that was given to silc_schedule_signal_register function.
  *