summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-01-07 00:40:51 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-01-07 00:40:51 +0000
commitdc83b58bbee523b7400472f573a44887cbd0642a (patch)
treeeb667008656693411615bab6f9f0c665ccab9726 /usr.sbin/bsdconfig
parentad386aeec35ec2185d270b03008f3fb87a977e77 (diff)
downloadFreeBSD-src-dc83b58bbee523b7400472f573a44887cbd0642a.zip
FreeBSD-src-dc83b58bbee523b7400472f573a44887cbd0642a.tar.gz
MFC r289677:
Fix a ton of speelling errors
Diffstat (limited to 'usr.sbin/bsdconfig')
-rwxr-xr-xusr.sbin/bsdconfig/bsdconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/bsdconfig b/usr.sbin/bsdconfig/bsdconfig
index 62699f2..993865c 100755
--- a/usr.sbin/bsdconfig/bsdconfig
+++ b/usr.sbin/bsdconfig/bsdconfig
@@ -131,7 +131,7 @@ usage()
# determine if we can use more than one column to display commands.
#
local x=$longest_cmd ncols=1
- x=$(( $x + 8 )) # Accomodate leading tab character
+ x=$(( $x + 8 )) # Accommodate leading tab character
x=$(( $x + 3 + $longest_cmd )) # Preload end of next column
while [ $x -lt $max_width ]; do
ncols=$(( $ncols + 1 ))
OpenPOWER on IntegriCloud