diff options
Diffstat (limited to 'trunk/gpgme/wait.c')
-rw-r--r-- | trunk/gpgme/wait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/gpgme/wait.c b/trunk/gpgme/wait.c index 26b86d08..a474126e 100644 --- a/trunk/gpgme/wait.c +++ b/trunk/gpgme/wait.c @@ -139,7 +139,7 @@ _gpgme_remove_proc_from_wait_queue ( int pid ) * @hang: * * Wait for a finished request, if @c is given the function does only - * wait on a finsihed request for that context, otherwise it will return + * wait on a finished request for that context, otherwise it will return * on any request. When @hang is true the function will wait, otherwise * it will return immediately when there is no pending finished request. * |