summaryrefslogtreecommitdiffstats
path: root/vhdlparser/ParseException.cc
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-04-25 17:32:21 (GMT)
committerluz.paz <luzpaz@users.noreply.github.com>2018-04-25 17:32:36 (GMT)
commit99a836218ca4e20862d3f816361c4586b45560ee (patch)
treedf0c1f0669598561f12d07da31a104de1ccf59af /vhdlparser/ParseException.cc
parente75de3722b98115f27483aeacb3b2b1dbe7114a3 (diff)
downloadDoxygen-99a836218ca4e20862d3f816361c4586b45560ee.zip
Doxygen-99a836218ca4e20862d3f816361c4586b45560ee.tar.gz
Doxygen-99a836218ca4e20862d3f816361c4586b45560ee.tar.bz2
Misc. typos
Found via `codespell`
Diffstat (limited to 'vhdlparser/ParseException.cc')
-rw-r--r--vhdlparser/ParseException.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhdlparser/ParseException.cc b/vhdlparser/ParseException.cc
index 31ee7a3..99649af 100644
--- a/vhdlparser/ParseException.cc
+++ b/vhdlparser/ParseException.cc
@@ -53,7 +53,7 @@ namespace parser {
/**
* This is the last token that has been consumed successfully. If
* this object has been created due to a parse error, the token
- * followng this token will (therefore) be the first error token.
+ * following this token will (therefore) be the first error token.
*/
Token currentToken;