summaryrefslogtreecommitdiffstats
path: root/src/definition.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/definition.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/definition.cpp')
-rw-r--r--src/definition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definition.cpp b/src/definition.cpp
index 1a166fe..f2b9018 100644
--- a/src/definition.cpp
+++ b/src/definition.cpp
@@ -997,7 +997,7 @@ bool readCodeFragment(const char *fileName,
}
result = transcodeCharacterStringToUTF8(result);
if (!result.isEmpty() && result.at(result.length()-1)!='\n') result += "\n";
- //fprintf(stderr,"readCodeFragement(%d-%d)=%s\n",startLine,endLine,result.data());
+ //printf("readCodeFragment(%d-%d)=%s\n",startLine,endLine,result.data());
return found;
}