diff options
author | Volker Lendecke <vl@samba.org> | 2010-12-25 15:19:16 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-12-25 22:56:18 +0100 |
commit | 5353eaea33f34752a27ed47fee26426227f5a752 (patch) | |
tree | f606a6bafa0a3637e0aa5720ad8e16833be33ee5 | |
parent | b83672b36c1ea8c35833c40c3919b63809f16624 (diff) | |
download | samba-5353eaea33f34752a27ed47fee26426227f5a752.tar.gz samba-5353eaea33f34752a27ed47fee26426227f5a752.tar.bz2 samba-5353eaea33f34752a27ed47fee26426227f5a752.zip |
tevent: Fix a typo
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Dec 25 22:56:18 CET 2010 on sn-devel-104
-rw-r--r-- | lib/tevent/doc/mainpage.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/doc/mainpage.dox b/lib/tevent/doc/mainpage.dox index 5cd3969c78..e2f986e1ef 100644 --- a/lib/tevent/doc/mainpage.dox +++ b/lib/tevent/doc/mainpage.dox @@ -8,7 +8,7 @@ * signals, and the classic file descriptor events. * * Tevent also provide helpers to deal with asynchronous code providing the - * tevent_req (tevent tequest) functions. + * tevent_req (tevent request) functions. * * @section tevent_download Download * |