summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-01-31 18:32:52 +0000
committerderaadt <deraadt@openbsd.org>2012-01-31 18:32:52 +0000
commit78f4cce8f3df81e4f222e3bb5a9870c8ed1cf594 (patch)
tree66477ed82c4dcb2338a0f74ad17341f3ac3edc3d
parentFix my email address (diff)
downloadwireguard-openbsd-78f4cce8f3df81e4f222e3bb5a9870c8ed1cf594.tar.xz
wireguard-openbsd-78f4cce8f3df81e4f222e3bb5a9870c8ed1cf594.zip
fix a typo; Steffen Daode Nurpmeso
-rw-r--r--sbin/wsconsctl/map_parse.y4
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.