aboutsummaryrefslogtreecommitdiff
path: root/sbin/vinum
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2001-06-11 00:43:26 +0000
committerGreg Lehey <grog@FreeBSD.org>2001-06-11 00:43:26 +0000
commit1e1442dda09f8470e051c4d01edbf16f6d80c62a (patch)
treedf3652edeac0a904ec56481408237ef026b6cb31 /sbin/vinum
parent94faf89997ce63ba02d20def30091bcdb52eb857 (diff)
downloadsrc-1e1442dda09f8470e051c4d01edbf16f6d80c62a.tar.gz
src-1e1442dda09f8470e051c4d01edbf16f6d80c62a.zip
Correct typo.
Submitted by: Normand Leclerc <leclercn@videotron.ca>
Notes
Notes: svn path=/head/; revision=78034
Diffstat (limited to 'sbin/vinum')
-rw-r--r--sbin/vinum/commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c
index e9adc2f37bbf..ff8acd8d5f79 100644
--- a/sbin/vinum/commands.c
+++ b/sbin/vinum/commands.c
@@ -36,7 +36,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: commands.c,v 1.14 2000/11/14 20:01:23 grog Exp grog $
+ * $Id: commands.c,v 1.15 2001/05/22 08:40:21 grog Exp grog $
* $FreeBSD$
*/
@@ -1387,7 +1387,7 @@ vinum_help(int argc, char *argv[], char *argv0[])
"resetconfig\n"
" Reset the complete vinum configuration.\n"
"resetstats [-r] [volume | plex | subdisk]\n"
- " Reset statistisc counters for the specified objects, or for all\n"
+ " Reset statistics counters for the specified objects, or for all\n"
" objects if none are specified.\n"
"rm [-f] [-r] volume | plex | subdisk\n"
" Remove an object.\n"