1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Fix spelling: "occured" should be "occurred"

* checks/armor.test, cipher/des.c, g10/ccid-driver.c, g10/pkclist.c,
  util/regcomp.c, util/regex_internal.c: correct the spelling of
  "occured" to "occurred"

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
Daniel Kahn Gillmor 2016-08-03 11:56:55 -04:00 committed by Justus Winter
parent f474b161f6
commit 1820889e3c
6 changed files with 8 additions and 8 deletions

View file

@ -104,7 +104,7 @@
*
* if ( (error_msg = selftest()) )
* {
* fprintf(stderr, "An error in the DES/Tripple-DES implementation occured: %s\n", error_msg);
* fprintf(stderr, "An error in the DES/Tripple-DES implementation occurred: %s\n", error_msg);
* abort();
* }
*/