diff options
author | philip <philip@FreeBSD.org> | 2005-06-06 06:47:33 +0000 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2005-06-06 06:47:33 +0000 |
commit | 2828ecf11a682f65b686ccc66039823734c7ed2b (patch) | |
tree | e95816390d9d160ce9dc5fb201e95569f2921f07 /sbin/savecore | |
parent | e5bbab0ebdaabd80ed9ba5932cf520e1f3c58163 (diff) | |
download | FreeBSD-src-2828ecf11a682f65b686ccc66039823734c7ed2b.zip FreeBSD-src-2828ecf11a682f65b686ccc66039823734c7ed2b.tar.gz |
Fix a silly little typo I just spotted.
Diffstat (limited to 'sbin/savecore')
-rw-r--r-- | sbin/savecore/savecore.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index aa6dcb7..b49e6f4 100644 --- a/sbin/savecore/savecore.8 +++ b/sbin/savecore/savecore.8 @@ -77,7 +77,7 @@ dump header information is inconsistent. Do not clear the dump after saving it. .It Fl v Print out some additional debugging information. -Speicify twice for more information. +Specify twice for more information. .It Fl z Compress the core dump and kernel (see .Xr gzip 1 ) . |