diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-12-14 03:26:00 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-12-14 03:26:00 +0000 |
commit | 20bd51316d1c518189628f741488001412be7dfe (patch) | |
tree | d3463262c4f35b1c98bd3a2f3dc9dc44417e0485 /lib/libkeynote/parse_assertion.c | |
parent | 6b834a742823c871369f39d08a64ce1122acee1b (diff) |
s/begining/beginning/g
Diffstat (limited to 'lib/libkeynote/parse_assertion.c')
-rw-r--r-- | lib/libkeynote/parse_assertion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkeynote/parse_assertion.c b/lib/libkeynote/parse_assertion.c index 9146197308b..be0980a0de4 100644 --- a/lib/libkeynote/parse_assertion.c +++ b/lib/libkeynote/parse_assertion.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parse_assertion.c,v 1.15 2015/11/19 02:35:24 mmcc Exp $ */ +/* $OpenBSD: parse_assertion.c,v 1.16 2015/12/14 03:25:59 mmcc Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -262,7 +262,7 @@ keynote_fix_fields(struct assertion *ast, int sigfield) if (keynote_add_htable(as, 1) != RESULT_TRUE) return -1; - /* Point to begining of the previous list. */ + /* Point to beginning of the previous list. */ i--; break; } |