diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-01-31 18:32:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-01-31 18:32:53 +0000 |
commit | 882c1272905c561d163b9d7a8d3c9fd6e8745399 (patch) | |
tree | a8deee39f14645815c5aa02c68b0118d74f62a19 /sbin | |
parent | 44856f4f38194c0696498c115d0ba80b136707c1 (diff) |
fix a typo; Steffen Daode Nurpmeso
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/wsconsctl/map_parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/wsconsctl/map_parse.y b/sbin/wsconsctl/map_parse.y index 72a3d80d755..850c5e179ef 100644 --- a/sbin/wsconsctl/map_parse.y +++ b/sbin/wsconsctl/map_parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: map_parse.y,v 1.4 2008/06/26 05:42:06 ray Exp $ */ +/* $OpenBSD: map_parse.y,v 1.5 2012/01/31 18:32:52 deraadt Exp $ */ /* $NetBSD: map_parse.y,v 1.2 1999/02/08 11:08:23 hannken Exp $ */ /*- @@ -37,7 +37,7 @@ * from the old to the new map. Therefore it * is possible to exchange keys. * - * kecode pos = sym ... assign the symbols to key `pos'. + * keycode pos = sym ... assign the symbols to key `pos'. * The first symbol may be a command. * The following symbols are assigned * to the normal and altgr groups. |