From 5c8fe5480964c282540c051b538e812851988422 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 28 Apr 2017 10:06:33 +0900 Subject: 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 --- g13/backend.c | 2 +- g13/create.c | 2 +- g13/g13-common.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'g13') 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; -- cgit v1.2.3