diff options
author | Omar Polo <op@cvs.openbsd.org> | 2022-10-15 09:54:30 +0000 |
---|---|---|
committer | Omar Polo <op@cvs.openbsd.org> | 2022-10-15 09:54:30 +0000 |
commit | e1bc9bb36fd8a33f6d06022111a1b08bfa9f08a2 (patch) | |
tree | 855b3e058c025f4b9dde9e84cd85d408b1e9080d /usr.bin/mg | |
parent | e66dbf27587bc0ab7b9d851cf89db2a93df67d56 (diff) |
typo in comment: Funtion -> Function
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/cmode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/cmode.c b/usr.bin/mg/cmode.c index bd231d12d14..c5e5a8dff67 100644 --- a/usr.bin/mg/cmode.c +++ b/usr.bin/mg/cmode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmode.c,v 1.18 2022/05/24 16:24:31 op Exp $ */ +/* $OpenBSD: cmode.c,v 1.19 2022/10/15 09:54:29 op Exp $ */ /* * This file is in the public domain. * @@ -86,7 +86,7 @@ static struct KEYMAPE (3) cmodemap = { } }; -/* Funtion, Mode hooks */ +/* Function, Mode hooks */ void cmode_init(void) |