From: op Date: Sat, 15 Oct 2022 09:54:29 +0000 (+0000) Subject: typo in comment: Funtion -> Function X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=49cb4ed9dfc4068d01d08d7d936041081d1ac22c;p=openbsd typo in comment: Funtion -> Function --- 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)