diff --git a/doc/bash.1 b/doc/bash.1
index 901794c1..595ff977 100644
--- a/doc/bash.1
+++ b/doc/bash.1
@@ -2290,7 +2290,7 @@ Control how the results of pathname expansion are
sorted.
 The value of this variable specifies the sort criteria and sort order for
 the results of pathname expansion.
 If this variable is unset or set to the null string, pathname expansion
-uses the historial behavior of sorting by name.
+uses the historical behavior of sorting by name.
 If set, a valid value begins with an optional \fI+\fP, which is ignored,
 or \fI\-\fP, which reverses the sort order from ascending to descending,
 followed by a sort specifier.
diff --git a/doc/bashref.texi b/doc/bashref.texi
index 41db2ed5..747b0cf9 100644
--- a/doc/bashref.texi
+++ b/doc/bashref.texi
@@ -6645,7 +6645,7 @@ Control how the results of filename expansion are
sorted.
 The value of this variable specifies the sort criteria and sort order for
 the results of filename expansion.
 If this variable is unset or set to the null string, filename expansion
-uses the historial behavior of sorting by name.
+uses the historical behavior of sorting by name.
 If set, a valid value begins with an optional @samp{+}, which is ignored,
 or @samp{-}, which reverses the sort order from ascending to descending,
 followed by a sort specifier.
@@ -9859,7 +9859,7 @@ Include support for importing function definitions
exported by another
 instance of the shell from the environment. This option is enabled by
 default.

-@item --enable-glob-asciirange-default
+@item --enable-glob-asciiranges-default
 Set the default value of the @code{globasciiranges} shell option described
 above under @ref{The Shopt Builtin} to be enabled.
 This controls the behavior of character ranges when used in pattern
matching

Reply via email to