diff options
author | Werner Koch <[email protected]> | 2006-09-06 11:53:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-06 11:53:24 +0000 |
commit | 7b9fa9da99e5e8dd26219a3c501994deee4b794c (patch) | |
tree | 6d30a1b2941bd5d28ebb0294915660b0f1881002 /agent/gpg-agent.c | |
parent | Missing file (diff) | |
download | gnupg-7b9fa9da99e5e8dd26219a3c501994deee4b794c.tar.gz gnupg-7b9fa9da99e5e8dd26219a3c501994deee4b794c.zip |
Minor changes and typo fixes.
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r-- | agent/gpg-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 17370c4c5..08a390c9a 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -1142,7 +1142,7 @@ reread_configuration (void) unique name in a unique new directory will be created. In both cases check for valid characters as well as against a maximum allowed length for a unix domain socket is done. The function - terminates the process in case of an error. Retunrs: Pointer to an + terminates the process in case of an error. Returns: Pointer to an allcoated string with the absolute name of the socket used. */ static char * create_socket_name (int use_standard_socket, |