Author: tsoome Date: Wed Nov 9 21:28:46 2016 New Revision: 308476 URL: https://svnweb.freebsd.org/changeset/base/308476
Log: boot/forth spelling issue in forth word Reviewed by: dteske, imp Approved by: imp (mentor) Differential Revision: https://reviews.freebsd.org/D8484 Modified: head/sys/boot/forth/support.4th Modified: head/sys/boot/forth/support.4th ============================================================================== --- head/sys/boot/forth/support.4th Wed Nov 9 19:08:39 2016 (r308475) +++ head/sys/boot/forth/support.4th Wed Nov 9 21:28:46 2016 (r308476) @@ -1115,7 +1115,7 @@ string current_file_name_ref \ used to p : 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 p then else after_load - load_succesful_message true \ Successful, do not retry + load_successful_message true \ Successful, do not retry then until ; _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"