Skip to content

Commit 0612513

Browse files
authored
Merge pull request #11577 from albert-github/feature/bug_spell_20250516
Spelling correction
2 parents d8e7438 + 724c583 commit 0612513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docnode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3380,7 +3380,7 @@ void DocPara::handleCite(char cmdChar,const QCString &cmdName)
33803380
}
33813381
else
33823382
{
3383-
warn(parser()->context.fileName,parser()->tokenizer.getLineNr(),"Unkown option specified with \\{}, discarding '{}'", saveCmdName, opt);
3383+
warn(parser()->context.fileName,parser()->tokenizer.getLineNr(),"Unknown option specified with \\{}, discarding '{}'", saveCmdName, opt);
33843384
}
33853385
}
33863386

0 commit comments

Comments
 (0)