projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd6f0a8
)
typo fixes
silc.client.0.8.2
author
Pekka Riikonen
<priikone@silcnet.org>
Wed, 20 Mar 2002 13:45:56 +0000
(13:45 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Wed, 20 Mar 2002 13:45:56 +0000
(13:45 +0000)
lib/silcutil/silcschedule.h
patch
|
blob
|
history
diff --git
a/lib/silcutil/silcschedule.h
b/lib/silcutil/silcschedule.h
index 1b647e7082dcc71346ef6c1a61d30c5a7f68f226..1bc5d4a85d522788bde172967937c41cc1b3cc0f 100644
(file)
--- a/
lib/silcutil/silcschedule.h
+++ b/
lib/silcutil/silcschedule.h
@@
-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 in
t
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.
*