Typo and grammar fixes to comments.

This commit is contained in:
dteske 2013-06-21 22:47:31 +00:00
parent 121288ceb2
commit e3578808e0
2 changed files with 2 additions and 2 deletions

View File

@ -378,7 +378,7 @@ f_dialog_size_constrain()
fi
if [ "$debug" ]; then
# Print final constrained values to debuggin
# Print final constrained values to debugging
f_quietly f_getvar "$__var_height"
f_quietly f_getvar "$__var_width"
fi

View File

@ -287,7 +287,7 @@ f_dialog_menu_media_ftp()
#
# VAR_FTP_HOST
# The FTP host to connect to, parsed from VAR_FTP_PATH. In the
# example case of IPv6 where VAR_FTP_PATH is a "ftp://[::1]" this
# example case of IPv6 where VAR_FTP_PATH is "ftp://[::1]", this
# variable will be set to "::1" (the outer brackets are removed).
# VAR_FTP_PORT
# The TCP port to connect to, parsed from VAR_FTP_PATH. Usually