aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-01-22 15:06:28 +0000
committerWerner Koch <[email protected]>2009-01-22 15:06:28 +0000
commit4ca662e91bdae9e49e50423e29bdb59e853fbb9b (patch)
tree4e88d5f5a01b2f69227e33344d7764fce603f300 /src
parent2008-11-03 Marcus Brinkmann <[email protected]> (diff)
downloadlibassuan-4ca662e91bdae9e49e50423e29bdb59e853fbb9b.tar.gz
libassuan-4ca662e91bdae9e49e50423e29bdb59e853fbb9b.zip
Tweak test for nanosleep.
Diffstat (limited to 'src')
-rw-r--r--src/assuan-connect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/assuan-connect.c b/src/assuan-connect.c
index 1477a24..2106ac3 100644
--- a/src/assuan-connect.c
+++ b/src/assuan-connect.c
@@ -58,8 +58,8 @@ assuan_get_pid (assuan_context_t ctx)
#ifndef HAVE_W32_SYSTEM
-/* Return user credentials. PID, UID and GID amy be gived as NULL if
- you are not interested in this value. For getting the pid of the
+/* Return user credentials. PID, UID and GID may be given as NULL if
+ you are not interested in a value. For getting the pid of the
peer the assuan_get_pid is usually better suited. */
assuan_error_t
assuan_get_peercred (assuan_context_t ctx, pid_t *pid, uid_t *uid, gid_t *gid)