1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +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

@ -793,7 +793,7 @@ re_node_set_merge (dest, src)
/* Insert the new element ELEM to the re_node_set* SET.
return 0 if SET already has ELEM,
return -1 if an error is occured, return 1 otherwise. */
return -1 if an error is occurred, return 1 otherwise. */
static int
re_node_set_insert (set, elem)
@ -909,7 +909,7 @@ re_node_set_remove_at (set, idx)
/* Add the token TOKEN to dfa->nodes, and return the index of the token.
Or return -1, if an error will be occured. */
Or return -1, if an error will be occurred. */
static int
re_dfa_add_node (dfa, token, mode)