mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
boot/forth spelling issue in forth word
Reviewed by: dteske, imp Approved by: imp (mentor) Differential Revision: https://reviews.freebsd.org/D8484
This commit is contained in:
parent
ebcddc7217
commit
fc0d6c840e
1 changed files with 2 additions and 2 deletions
|
|
@ -1115,7 +1115,7 @@ string current_file_name_ref \ used to print the file name
|
|||
|
||||
: load_error_message verbose? if ." failed!" cr then ;
|
||||
|
||||
: load_succesful_message verbose? if ." ok" cr then ;
|
||||
: load_successful_message verbose? if ." ok" cr then ;
|
||||
|
||||
: load_module
|
||||
load_parameters load
|
||||
|
|
@ -1133,7 +1133,7 @@ string current_file_name_ref \ used to print the file name
|
|||
then
|
||||
else
|
||||
after_load
|
||||
load_succesful_message true \ Successful, do not retry
|
||||
load_successful_message true \ Successful, do not retry
|
||||
then
|
||||
until
|
||||
;
|
||||
|
|
|
|||
Loading…
Reference in a new issue