Fixed spelling errors found by fossies.org with codespell
This commit is contained in:
@ -753,7 +753,7 @@ int Findjob_endif(struct FindjoB *job, int flag)
|
||||
}
|
||||
if(job->cursor->up==NULL)
|
||||
goto improper_range;
|
||||
/* test wether parent node is -if */
|
||||
/* test whether parent node is -if */
|
||||
job->cursor= job->cursor->up;
|
||||
Exprnode_get_branch(job->cursor, &true_branch, 0);
|
||||
if(!Exprnode_is_if(job->cursor,0) || true_branch == NULL) {
|
||||
|
Reference in New Issue
Block a user