Skip to content

Commit 724c583

Browse files
committed
Spelling correction
Spelling correction
1 parent d8e7438 commit 724c583

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)