aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-12-11 11:01:13 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-12-11 11:01:13 +0000
commitab5e0c9ec162937bf9bf9a3edadeb8d18de993fa (patch)
treedb246f942a51c424efa6ecba3cac5409cbc70cc9
parenteafc9368bceff0c25224b9ef1c28b884e488f7a3 (diff)
downloadsrc-ab5e0c9ec162937bf9bf9a3edadeb8d18de993fa.tar.gz
src-ab5e0c9ec162937bf9bf9a3edadeb8d18de993fa.zip
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
Notes
Notes: svn path=/head/; revision=165098
-rw-r--r--usr.sbin/sysinstall/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c
index 421158559787..dab05930e3bf 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.",