summaryrefslogtreecommitdiffstats
path: root/src/fortrancode.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/fortrancode.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/fortrancode.l')
-rw-r--r--src/fortrancode.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fortrancode.l b/src/fortrancode.l
index d372299..303bbfb 100644
--- a/src/fortrancode.l
+++ b/src/fortrancode.l
@@ -521,7 +521,7 @@ static bool getGenericProcedureLink(const ClassDef *cd,
return FALSE;
}
-static bool getLink(UseSDict *usedict, // dictonary with used modules
+static bool getLink(UseSDict *usedict, // dictionary with used modules
const char *memberText, // exact member text
CodeOutputInterface &ol,
const char *text)