From 49cb4ed9dfc4068d01d08d7d936041081d1ac22c Mon Sep 17 00:00:00 2001 From: op Date: Sat, 15 Oct 2022 09:54:29 +0000 Subject: [PATCH] typo in comment: Funtion -> Function --- usr.bin/mg/cmode.c | 4 ++-- 1 file 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) -- 2.20.1