diff options
author | NIIBE Yutaka <[email protected]> | 2017-04-28 01:06:33 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-04-28 01:06:33 +0000 |
commit | 5c8fe5480964c282540c051b538e812851988422 (patch) | |
tree | 61da9fb34cfb67875bea2dc259741c0e9b8ca78f /agent/call-pinentry.c | |
parent | g10: For signing, prefer available card key when no -u option. (diff) | |
download | gnupg-5c8fe5480964c282540c051b538e812851988422.tar.gz gnupg-5c8fe5480964c282540c051b538e812851988422.zip |
Spelling fixes in docs and comments.
--
In addition, fix trailing spaces in tests/inittests.
GnuPG-bug-id: 3121
Reported-by: ka7 (klemens)
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'agent/call-pinentry.c')
-rw-r--r-- | agent/call-pinentry.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c index 6524cb1b6..1ff405951 100644 --- a/agent/call-pinentry.c +++ b/agent/call-pinentry.c @@ -114,7 +114,7 @@ initialize_module_call_pinentry (void) -/* This function may be called to print infromation pertaining to the +/* This function may be called to print information pertaining to the current state of this module to the log. */ void agent_query_dump_state (void) @@ -318,7 +318,7 @@ start_pinentry (ctrl_t ctrl) log_error ("error flushing pending output: %s\n", strerror (errno)); /* At least Windows XP fails here with EBADF. According to docs and Wine an fflush(NULL) is the same as _flushall. However - the Wine implementaion does not flush stdin,stdout and stderr + the Wine implementation does not flush stdin,stdout and stderr - see above. Let's try to ignore the error. */ #ifndef HAVE_W32_SYSTEM return unlock_pinentry (tmperr); @@ -911,7 +911,7 @@ pinentry_status_cb (void *opaque, const char *line) } -/* Build a SETDESC command line. This is a dedicated funcion so that +/* Build a SETDESC command line. This is a dedicated function so that * it can remove control characters which are not supported by the * current Pinentry. */ static void |