diff --git a/compiler/sem/guards.nim b/compiler/sem/guards.nim index a3fefb188dc..bca5b672e4d 100644 --- a/compiler/sem/guards.nim +++ b/compiler/sem/guards.nim @@ -40,7 +40,7 @@ from compiler/ast/report_enums import ReportKind const # Float operations are not analysed as - # it is currently unclear wether they + # it is currently unclear whether they # can be analysed in a sound manner # with the approach used here someEq = {mEqI, mEqEnum, mEqCh, mEqB, mEqRef, mEqProc,