summaryrefslogtreecommitdiffstats
path: root/src/sqlite3gen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-11-06 19:07:08 (GMT)
committerGitHub <noreply@github.com>2019-11-06 19:07:08 (GMT)
commit63f58f8831d779db06b717aa78010048a9f58000 (patch)
tree8345e0fdb8e62ea364b2175838b9d6e83b72eaba /src/sqlite3gen.cpp
parent3b4eee542354d553f195f71d98dac5dc040ba826 (diff)
parente6c910b1480e4cdba1a8054d2c0d1442c483cd9b (diff)
downloadDoxygen-63f58f8831d779db06b717aa78010048a9f58000.zip
Doxygen-63f58f8831d779db06b717aa78010048a9f58000.tar.gz
Doxygen-63f58f8831d779db06b717aa78010048a9f58000.tar.bz2
Merge pull request #7377 from albert-github/feature/bug_spell_src
Spelling corrections for src directory
Diffstat (limited to 'src/sqlite3gen.cpp')
-rw-r--r--src/sqlite3gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite3gen.cpp b/src/sqlite3gen.cpp
index cb92788..14a73d8 100644
--- a/src/sqlite3gen.cpp
+++ b/src/sqlite3gen.cpp
@@ -1099,7 +1099,7 @@ static void insertMemberFunctionParams(int memberdef_id, const MemberDef *md, co
static void insertMemberDefineParams(int memberdef_id,const MemberDef *md, const Definition *def)
{
if (md->argumentList().empty()) // special case for "foo()" to
- // disguish it from "foo".
+ // distinguish it from "foo".
{
DBG_CTX(("no params\n"));
}