mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Fix a typo in a comment
This commit is contained in:
parent
b231dc0a9f
commit
d2ac785ed2
1 changed files with 1 additions and 1 deletions
|
|
@ -595,7 +595,7 @@ fi
|
|||
if [ "$SHOW_ALL" ]; then
|
||||
#
|
||||
# Get a list of variables that are currently set in the rc.conf(5)
|
||||
# files (included `/etc/defaults/rc.conf') by performing a call to
|
||||
# files (including `/etc/defaults/rc.conf') by performing a call to
|
||||
# source_rc_confs() in a clean environment.
|
||||
#
|
||||
( # Operate in a sub-shell to protect the parent environment
|
||||
|
|
|
|||
Loading…
Reference in a new issue