diff options
author | murray <murray@FreeBSD.org> | 2003-01-26 21:14:56 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2003-01-26 21:14:56 +0000 |
commit | f82fab22e768fdf8405ce8026cbf68d26fa896cd (patch) | |
tree | bd8bc91e1fc8978161c9457d106832e85f9e9cb1 /usr.sbin/sade/menus.c | |
parent | 163b20e25f88c7d62e591a14aeb756913025d805 (diff) | |
download | FreeBSD-src-f82fab22e768fdf8405ce8026cbf68d26fa896cd.zip FreeBSD-src-f82fab22e768fdf8405ce8026cbf68d26fa896cd.tar.gz |
Correct typo.
Submitted by: Andreas Kohn <andreas.kohn@gmx.net> (via -STABLE)
Diffstat (limited to 'usr.sbin/sade/menus.c')
-rw-r--r-- | usr.sbin/sade/menus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 4c37d18..12d5a1b0 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -913,7 +913,7 @@ DMenu MenuDistributions = { "distributions", { { "X Exit", "Exit this menu (returning to previous)", checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' }, - { "All", "All system sources, binaries and X Window System)", + { "All", "All system sources, binaries and X Window System", checkDistEverything, distSetEverything, NULL, NULL, ' ', ' ', ' ' }, { "Reset", "Reset selected distribution list to nothing", NULL, distReset, NULL, NULL, ' ', ' ', ' ' }, |