summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-09-28 15:14:28 (GMT)
committerluz.paz <luzpaz@users.noreply.github.com>2019-09-28 15:14:28 (GMT)
commit9b9c2c6101be61baefb73b0c414e93381070e21b (patch)
tree89ff1f8931d2eeb5890749b1bd52501f993cdcf1 /src/scanner.l
parent4e21d19cf63b17aadb62905535262deb208a0c73 (diff)
downloadDoxygen-9b9c2c6101be61baefb73b0c414e93381070e21b.zip
Doxygen-9b9c2c6101be61baefb73b0c414e93381070e21b.tar.gz
Doxygen-9b9c2c6101be61baefb73b0c414e93381070e21b.tar.bz2
Fix typos
Found via ``` codespell -q 3 -S *.js,*.po,./src/translator*,*.eps,./doc/changelog.doc -L ang,ans,attribs,ba,behaviour,classe,colour,german,iff,initialise,nam,nd,que,russian,statics,te,tim,uint ```
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l
index 07d5c71..1db7320 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -2001,7 +2001,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
current->name=removeRedundantWhiteSpace(substitute(yytext,"\\","::"));
//printf("PHP: adding use relation: %s\n",current->name.data());
current->fileName = yyFileName;
- // add a using declaraton
+ // add a using declaration
current->section=Entry::USINGDECL_SEC;
current_root->addSubEntry(current);
current = new Entry(*current);