diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-09 15:50:34 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-02-09 18:13:18 +0100 |
commit | dcd6764dad7ec636201faf724b011cf03edd4beb (patch) | |
tree | 14f23d8bdc8da92c4d6ba66485111e759ad05d28 /lib/tevent | |
parent | edbd6f4a93fffb1ccbf678b462ccffe09977c9d0 (diff) | |
download | samba-dcd6764dad7ec636201faf724b011cf03edd4beb.tar.gz samba-dcd6764dad7ec636201faf724b011cf03edd4beb.tar.bz2 samba-dcd6764dad7ec636201faf724b011cf03edd4beb.zip |
tevent: Fix typos
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Wed Feb 9 18:13:18 CET 2011 on sn-devel-104
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/tevent_timed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/tevent_timed.c b/lib/tevent/tevent_timed.c index cc51bf60d5..f7c39697d9 100644 --- a/lib/tevent/tevent_timed.c +++ b/lib/tevent/tevent_timed.c @@ -197,7 +197,7 @@ struct tevent_timer *tevent_common_add_timer(struct tevent_context *ev, TALLOC_C /* do a single event loop using the events defined in ev - return the delay untill the next timed event, + return the delay until the next timed event, or zero if a timed event was triggered */ struct timeval tevent_common_loop_timer_delay(struct tevent_context *ev) @@ -208,7 +208,7 @@ struct timeval tevent_common_loop_timer_delay(struct tevent_context *ev) if (!te) { /* have a default tick time of 30 seconds. This guarantees that code that uses its own timeout checking will be - able to proceeed eventually */ + able to proceed eventually */ return tevent_timeval_set(30, 0); } |