Browse Source

Fix typos found by codespell.

--
Signed-off-by: Justus Winter <justus@g10code.com>
Justus Winter 9 years ago
parent
commit
bf4d1b99d4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/agent.c
  2. 1 1
      src/error-mapping.c

+ 1 - 1
src/agent.c

@@ -150,7 +150,7 @@ build_w32_commandline (const char *pgmname, const char * const *argv,
 }
 }
 
 
 
 
-/* Spawn a new process and immediatley detach from it.  The name of
+/* Spawn a new process and immediately detach from it.  The name of
    the program to exec is PGMNAME and its arguments are in ARGV (the
    the program to exec is PGMNAME and its arguments are in ARGV (the
    programname is automatically passed as first argument).  An error
    programname is automatically passed as first argument).  An error
    is returned if pgmname is not executable; to make this work it is
    is returned if pgmname is not executable; to make this work it is

+ 1 - 1
src/error-mapping.c

@@ -65,7 +65,7 @@ CK_RV
 scute_gpg_err_to_ck (gpg_error_t err)
 scute_gpg_err_to_ck (gpg_error_t err)
 {
 {
   if (err)
   if (err)
-    DEBUG (DBG_CRIT, "Error occured: %s (%s)\n", gpg_strerror (err),
+    DEBUG (DBG_CRIT, "Error occurred: %s (%s)\n", gpg_strerror (err),
 	   gpg_strsource (err));
 	   gpg_strsource (err));
 
 
   switch (gpg_err_code (err))
   switch (gpg_err_code (err))