mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Fix spelling
PR: bin/167480 Submitted by: zeising Approved by: cperciva
This commit is contained in:
parent
987e5277f8
commit
e43ecd2b15
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ int line_number = 1;
|
|||
<COMMENT>[\n] { line_number++; }
|
||||
<COMMENT>. { }
|
||||
<COMMENT><<EOF>> {
|
||||
yyerror("unexpected file end (unterminate comment)\n");
|
||||
yyerror("unexpected file end (unterminated comment)\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ int line_number = 1;
|
|||
<COMMENT>[\n] { line_number++; }
|
||||
<COMMENT>. { }
|
||||
<COMMENT><<EOF>> {
|
||||
yyerror("unexpected file end (unterminate comment)\n");
|
||||
yyerror("unexpected file end (unterminated comment)\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue