Skip to content

Commit 501defc

Browse files
committed
Spelling correction
Spelling correction
1 parent d2de4b5 commit 501defc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clangparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ void ClangTUParser::linkMacro(OutputCodeList &ol,const FileDef *fd,
706706
void ClangTUParser::linkIdentifier(OutputCodeList &ol,const FileDef *fd,
707707
uint32_t &line,uint32_t &column,const char *text,int tokenIndex)
708708
{
709-
AUTO_TRACE("line={} colum={} text={}",line,column,text);
709+
AUTO_TRACE("line={} column={} text={}",line,column,text);
710710
CXCursor c = p->cursors[tokenIndex];
711711
CXCursorKind cKind = clang_getCursorKind(c);
712712
AUTO_TRACE_ADD("cursor kind={}",(int)cKind);

0 commit comments

Comments
 (0)