artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47d381f
)
typo in comment: Funtion -> Function
author
op
<op@openbsd.org>
Sat, 15 Oct 2022 09:54:29 +0000
(09:54 +0000)
committer
op
<op@openbsd.org>
Sat, 15 Oct 2022 09:54:29 +0000
(09:54 +0000)
usr.bin/mg/cmode.c
patch
|
blob
|
history
diff --git
a/usr.bin/mg/cmode.c
b/usr.bin/mg/cmode.c
index
bd231d1
..
c5e5a8d
100644
(file)
--- a/
usr.bin/mg/cmode.c
+++ b/
usr.bin/mg/cmode.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: cmode.c,v 1.1
8 2022/05/24 16:24:31
op Exp $ */
+/* $OpenBSD: cmode.c,v 1.1
9 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 */
+/* Fun
c
tion, Mode hooks */
void
cmode_init(void)