From ab5e0c9ec162937bf9bf9a3edadeb8d18de993fa Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 11 Dec 2006 11:01:13 +0000 Subject: [PATCH] Fix a typo ceri found while reviewing and I forgot to commit in the previous version. Submitted by: ceri, matteo Reviewed by: cperciva Also note that the last revision was: Reviewed by: ceri, simon --- usr.sbin/sysinstall/index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c index 42115855978..dab05930e3b 100644 --- a/usr.sbin/sysinstall/index.c +++ b/usr.sbin/sysinstall/index.c @@ -157,7 +157,7 @@ static char *descrs[] = { "ukrainian", "Ported software for the Ukrainian market.", "vietnamese", "Ported software for the Vietnamese market.", "windowmaker", "Ports to support the WindowMaker window manager.", - "www", "Web utilities (browers, HTTP servers, etc).", + "www", "Web utilities (browsers, HTTP servers, etc).", "x11", "X Window System based utilities.", "x11-clocks", "X Window System based clocks.", "x11-fm", "X Window System based file managers.",