mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo in a comment; s/redined/redefined/
Thanks to: rpokala
This commit is contained in:
parent
1ba4612e13
commit
d62a61608f
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,7 @@ if [ -z "${source_rc_confs_defined}" ]; then
|
|||
;;
|
||||
esac
|
||||
done
|
||||
# Re-do process to pick up [possibly] redined $rc_conf_files
|
||||
# Re-do process to pick up [possibly] redefined $rc_conf_files
|
||||
for i in ${rc_conf_files}; do
|
||||
case ${sourced_files} in
|
||||
*:$i:*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue