diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-26 19:16:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-26 19:16:05 +0000 |
commit | ba88fc458a6035cb369aafc8667bade7da573b6b (patch) | |
tree | 394d099e791ff5398b95266a1d3bdf8c5e6b82bc /usr.bin/mg/kbd.c | |
parent | 21387508cf29cf6c632d139f76994a8bbd51b838 (diff) |
spelling fixes; from paul tagliamonte
amendments to his diff are noted on tech
Diffstat (limited to 'usr.bin/mg/kbd.c')
-rw-r--r-- | usr.bin/mg/kbd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/kbd.c b/usr.bin/mg/kbd.c index 2015a8b41a0..c188b211526 100644 --- a/usr.bin/mg/kbd.c +++ b/usr.bin/mg/kbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kbd.c,v 1.35 2021/03/01 10:51:14 lum Exp $ */ +/* $OpenBSD: kbd.c,v 1.36 2022/12/26 19:16:02 jmc Exp $ */ /* This file is in the public domain. */ @@ -438,7 +438,7 @@ quote(int f, int n) } /* - * Wraper function to count invocation repeats. + * Wrapper function to count invocation repeats. * We ignore any function whose sole purpose is to get us * to the intended function. */ |