aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2016-05-17 12:52:31 +0000
committerEitan Adler <eadler@FreeBSD.org>2016-05-17 12:52:31 +0000
commitcef367e6a15b6e3e2aca88d453c74962cf1f94e7 (patch)
tree39bcd5f2ee01f18547e0b8f8fc9bd18343a1940e /usr.sbin/bsdconfig
parente34357f56db0e2cbb6843a36ef22bcbf68950ac8 (diff)
downloadsrc-cef367e6a15b6e3e2aca88d453c74962cf1f94e7.tar.gz
src-cef367e6a15b6e3e2aca88d453c74962cf1f94e7.zip
Don't repeat the the word 'the'
(one manual change to fix grammar) Confirmed With: db Approved by: secteam (not really, but this is a comment typo fix)
Notes
Notes: svn path=/head/; revision=300050
Diffstat (limited to 'usr.sbin/bsdconfig')
-rw-r--r--usr.sbin/bsdconfig/share/dialog.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/share/dialog.subr b/usr.sbin/bsdconfig/share/dialog.subr
index 17e7b4ac0fc8..a802efeaf89c 100644
--- a/usr.sbin/bsdconfig/share/dialog.subr
+++ b/usr.sbin/bsdconfig/share/dialog.subr
@@ -1815,7 +1815,7 @@ f_dialog_inputstr_fetch()
# f_dialog_input $var_to_set $prompt [$init [$hline]]
#
# Prompt the user with a dialog(1) inputbox to enter some value. The inputbox
-# remains until the the user presses ENTER or ESC, or otherwise ends the
+# remains until the user presses ENTER or ESC, or otherwise ends the
# editing session (by selecting `Cancel' for example).
#
# If the user presses ENTER, the exit status is zero (success), otherwise if