Skip to content

Commit c099e71

Browse files
committed
Merge branch 'master' of github.com:doxygen/doxygen
2 parents afd3256 + 0612513 commit c099e71

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)