From 4ca662e91bdae9e49e50423e29bdb59e853fbb9b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 22 Jan 2009 15:06:28 +0000 Subject: Tweak test for nanosleep. --- src/assuan-connect.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3