File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1215,12 +1215,12 @@ static void processExcludeExceptionOption (
1215
1215
}
1216
1216
1217
1217
extern bool isExcludedFile (const char * const name ,
1218
- bool falseIfExceptionsAreDefeind )
1218
+ bool falseIfExceptionsAreDefined )
1219
1219
{
1220
1220
const char * base = baseFilename (name );
1221
1221
bool result = false;
1222
1222
1223
- if (falseIfExceptionsAreDefeind
1223
+ if (falseIfExceptionsAreDefined
1224
1224
&& ExcludedException != NULL
1225
1225
&& stringListCount (ExcludedException ) > 0 )
1226
1226
return false;
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ extern bool cArgIsOption (cookedArgs* const current);
147
147
extern const char * cArgItem (cookedArgs * const current );
148
148
extern void cArgForth (cookedArgs * const current );
149
149
extern bool isExcludedFile (const char * const name ,
150
- bool falseIfExceptionsAreDefeind );
150
+ bool falseIfExceptionsAreDefined );
151
151
extern bool isIncludeFile (const char * const fileName );
152
152
extern void parseCmdlineOptions (cookedArgs * const cargs );
153
153
extern void previewFirstOption (cookedArgs * const cargs );
You can’t perform that action at this time.
0 commit comments