fixed typos
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-02 22:47:30 +09:00
parent e28faca54e
commit 35e8edd783
92 changed files with 3380 additions and 3380 deletions

View File

@ -62,7 +62,7 @@ const hawk_ooch_t* hawk_dfl_errstr (hawk_errnum_t errnum)
HAWK_T("cannot read"),
HAWK_T("cannot write"),
HAWK_T("cannot close"),
HAWK_T("block nested too deeply"),
HAWK_T("expression nested too deeply"),
@ -209,7 +209,7 @@ const hawk_ooch_t* hawk_dfl_errstr (hawk_errnum_t errnum)
HAWK_T("occurrence specifier too large"),
HAWK_T("no previous regular expression"),
HAWK_T("cut selector not valid"),
HAWK_T("I/O error with file '${0}'")
HAWK_T("I/O error with file '${0}'")
};
static const hawk_ooch_t* unknown_error = HAWK_T("unknown error");