diff options
author | Christopher Pascoe <pascoe@cvs.openbsd.org> | 2005-04-15 02:19:25 +0000 |
---|---|---|
committer | Christopher Pascoe <pascoe@cvs.openbsd.org> | 2005-04-15 02:19:25 +0000 |
commit | a2649b427e1d0065486b9b60fed661739ab64647 (patch) | |
tree | 32819f8a3b36b577368ea939b993fd83f33b9339 | |
parent | a7036a011865784f08e1885899f12cf7e964bf8c (diff) |
correct a spello
ok jolan@
-rw-r--r-- | sys/dev/wsfont/wsfont.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wsfont/wsfont.c b/sys/dev/wsfont/wsfont.c index 9af19b3d287..97c471bdab3 100644 --- a/sys/dev/wsfont/wsfont.c +++ b/sys/dev/wsfont/wsfont.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsfont.c,v 1.10 2005/03/26 15:14:04 miod Exp $ */ +/* $OpenBSD: wsfont.c,v 1.11 2005/04/15 02:19:24 pascoe Exp $ */ /* $NetBSD: wsfont.c,v 1.17 2001/02/07 13:59:24 ad Exp $ */ /*- @@ -263,7 +263,7 @@ wsfont_revbyte(font) } /* - * Enumarate the list of fonts + * Enumerate the list of fonts */ void wsfont_enum(cb) |