mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-16 22:35:41 +00:00
Fix a comment. /s/diffferent/different/.
compiler/mode_errors.m: Fix a comment. /s/diffferent/different/.
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
:- import_module int, map, term_io, varset, term.
|
||||
:- import_module std_util, string, require.
|
||||
|
||||
% just dispatch on the diffferent sorts of mode errors
|
||||
% just dispatch on the different sorts of mode errors
|
||||
|
||||
report_mode_error(mode_error_disj(MergeContext, ErrorList), ModeInfo) -->
|
||||
report_mode_error_disj(ModeInfo, MergeContext, ErrorList).
|
||||
|
||||
Reference in New Issue
Block a user