diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2017-04-28 03:06:33 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017-04-28 03:06:33 +0200 |
commit | 5c8fe5480964c282540c051b538e812851988422 (patch) | |
tree | 61da9fb34cfb67875bea2dc259741c0e9b8ca78f /g13 | |
parent | g10: For signing, prefer available card key when no -u option. (diff) | |
download | gnupg2-5c8fe5480964c282540c051b538e812851988422.tar.xz gnupg2-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 <gniibe@fsij.org>
Diffstat (limited to 'g13')
-rw-r--r-- | g13/backend.c | 2 | ||||
-rw-r--r-- | g13/create.c | 2 | ||||
-rw-r--r-- | g13/g13-common.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/g13/backend.c b/g13/backend.c index 0123b458c..835c66be4 100644 --- a/g13/backend.c +++ b/g13/backend.c @@ -105,7 +105,7 @@ be_take_lock_for_create (ctrl_t ctrl, const char *fname, dotlock_t *r_lock) *r_lock = NULL; /* A DM-crypt container requires special treatment by using the - syshelper fucntions. */ + syshelper functions. */ if (ctrl->conttype == CONTTYPE_DM_CRYPT) { /* */ diff --git a/g13/create.c b/g13/create.c index d55b85931..d773dfa81 100644 --- a/g13/create.c +++ b/g13/create.c @@ -217,7 +217,7 @@ write_keyblob (const char *filename, -/* Create a new container under the name FILENAME and intialize it +/* Create a new container under the name FILENAME and initialize it using the current settings. If the file already exists an error is returned. */ gpg_error_t diff --git a/g13/g13-common.h b/g13/g13-common.h index 1fe80d3c7..acf25b843 100644 --- a/g13/g13-common.h +++ b/g13/g13-common.h @@ -61,7 +61,7 @@ struct const char *agent_program; /* Filename of the GPG program. Unless set via an program option it - is initialzed at the first engine startup to the standard gpg + is initialized at the first engine startup to the standard gpg filename. */ const char *gpg_program; |