diff options
author | 2015-12-14 03:25:59 +0000 | |
---|---|---|
committer | 2015-12-14 03:25:59 +0000 | |
commit | 5dbcbdb5a1fa73763c2f3cdb7f423b8bba5ebbc0 (patch) | |
tree | cf9363f6a8dfbfcacba3b046e68b0633b7dffe7e /lib/libkeynote/parse_assertion.c | |
parent | "harware" -> "hardware" (diff) | |
download | wireguard-openbsd-5dbcbdb5a1fa73763c2f3cdb7f423b8bba5ebbc0.tar.xz wireguard-openbsd-5dbcbdb5a1fa73763c2f3cdb7f423b8bba5ebbc0.zip |
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; } |