=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/funmap.c,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- src/usr.bin/mg/funmap.c 2022/10/20 18:59:24 1.64 +++ src/usr.bin/mg/funmap.c 2022/12/26 19:16:02 1.65 @@ -1,4 +1,4 @@ -/* $OpenBSD: funmap.c,v 1.64 2022/10/20 18:59:24 op Exp $ */ +/* $OpenBSD: funmap.c,v 1.65 2022/12/26 19:16:02 jmc Exp $ */ /* This file is in the public domain */ @@ -34,7 +34,7 @@ * 0 = a toggle, non-modifiable insert/delete, region modifier, etc * 1 = value can be string or number value (like: file/buf name, search string) * 2 = multiple type value required, see auto-execute, or global-set-key, etc - * -1 = error: interactive commmand, unsuitable for interpreter + * -1 = error: interactive command, unsuitable for interpreter * * Some functions when used interactively may ask for a 'y' or 'n' (or another * character) to continue, in excline, a 'y' is assumed. Functions like this