mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
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 <gniibe@fsij.org>
This commit is contained in:
parent
97a2394eca
commit
5c8fe54809
82 changed files with 123 additions and 123 deletions
|
@ -839,7 +839,7 @@ add_definq (char *line, int is_var, int is_prog)
|
|||
}
|
||||
|
||||
|
||||
/* Show all inquiry defintions. */
|
||||
/* Show all inquiry definitions. */
|
||||
static void
|
||||
show_definq (void)
|
||||
{
|
||||
|
|
|
@ -1389,7 +1389,7 @@ gc_component_reload (int component)
|
|||
|
||||
/* More or less Robust version of dgettext. It has the side effect of
|
||||
switching the codeset to utf-8 because this is what we want to
|
||||
output. In theory it is posible to keep the original code set and
|
||||
output. In theory it is possible to keep the original code set and
|
||||
switch back for regular disgnostic output (redefine "_(" for that)
|
||||
but given the natur of this tool, being something invoked from
|
||||
other pograms, it does not make much sense. */
|
||||
|
|
|
@ -329,7 +329,7 @@ query_swdb (estream_t out, const char *name, const char *current_version)
|
|||
goto leave;
|
||||
}
|
||||
|
||||
/* Note that the parser uses the first occurance of a matching
|
||||
/* Note that the parser uses the first occurrence of a matching
|
||||
* values and ignores possible duplicated values. */
|
||||
|
||||
maxlen = 2048; /* Set limit. */
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
# FIXME: Use only valid email addreses, extract only given keys
|
||||
# FIXME: Use only valid email addresses, extract only given keys
|
||||
|
||||
dryrun=0
|
||||
if [ "$1" = "--dry-run" ]; then
|
||||
|
|
|
@ -432,7 +432,7 @@ confucius_copy_file (char *infile, char *outfile, int plain)
|
|||
/* Get a passphrase in secure storage (if possible). If AGAIN is
|
||||
true, then this is a repeated attempt. If CANCELED is not a null
|
||||
pointer, it will be set to true or false, depending on if the user
|
||||
canceled the operation or not. On error (including cancelation), a
|
||||
canceled the operation or not. On error (including cancellation), a
|
||||
null pointer is returned. The passphrase must be deallocated with
|
||||
confucius_drop_pass. CACHEID is the ID to be used for passphrase
|
||||
caching and can be NULL to disable caching. */
|
||||
|
|
|
@ -446,7 +446,7 @@ main (int argc, char **argv)
|
|||
client_t client;
|
||||
|
||||
/* Usually we don't have that many connections, thus it is okay
|
||||
to set them allways from scratch and don't maintain an active
|
||||
to set them always from scratch and don't maintain an active
|
||||
fd_set. */
|
||||
FD_ZERO (&rfds);
|
||||
max_fd = -1;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* wks-utils.c - Common helper fucntions for wks tools
|
||||
/* wks-utils.c - Common helper functions for wks tools
|
||||
* Copyright (C) 2016 g10 Code GmbH
|
||||
*
|
||||
* This file is part of GnuPG.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue