Skip to content

Commit 730368b

Browse files
authored
Merge pull request #761 from scop/docs/comment-fixes
docs: comment fixes
2 parents 6d14916 + 6541ebc commit 730368b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bash_completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ _comp_dequote__initialize
192192
# @param $1 String to be expanded. A safe word consists of the following
193193
# sequence of substrings:
194194
#
195-
# - Shell non-special characaters: [^\'"$`;&|<>()!].
195+
# - Shell non-special characters: [^\'"$`;&|<>()!].
196196
# - Parameter expansions of the forms $PARAM, ${!PARAM},
197197
# ${#PARAM}, ${NAME[INDEX]}, ${!NAME[INDEX]}, ${#NAME[INDEX]}
198198
# where INDEX is an integer, `*` or `@`, NAME is a valid

test/t/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ def bash(request) -> pexpect.spawn:
210210
# - Note that HISTFILE=/dev/null may not work. It results in the
211211
# removal of the device /dev/null and the creation of a regular
212212
# file at /dev/null when the number of commands reach
213-
# HISTFILESIZE by Bash-4.3's bug. This causes the execution of
214-
# garbages through BASH_COMPLETION_USER_FILE=/dev/null. - Note
215-
# also that "unset -v HISTFILE" in "test/config/bashrc" was not
213+
# HISTFILESIZE due to a bug in bash 4.3. This causes execution of
214+
# garbage through BASH_COMPLETION_USER_FILE=/dev/null.
215+
# - Note also that "unset -v HISTFILE" in "test/config/bashrc" was not
216216
# adopted because "test/config/bashrc" is loaded after the
217217
# history is read from the history file.
218218
#

0 commit comments

Comments
 (0)