summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-08-09 09:46:30 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-08-09 09:46:30 (GMT)
commit1dc1acd5e1a639f61a431e0ff6ebbd8edd96de64 (patch)
treea6b18e900934248933d9479449e8bdb2c6084ca1 /src
parent7cab820224ca78ff4cdeba1a0cffbc54805027a5 (diff)
downloadDoxygen-1dc1acd5e1a639f61a431e0ff6ebbd8edd96de64.zip
Doxygen-1dc1acd5e1a639f61a431e0ff6ebbd8edd96de64.tar.gz
Doxygen-1dc1acd5e1a639f61a431e0ff6ebbd8edd96de64.tar.bz2
Spelling corrections is comments
Some spelling omissions found by Fossies.
Diffstat (limited to 'src')
-rw-r--r--src/cite.cpp2
-rw-r--r--src/context.cpp2
-rw-r--r--src/markdown.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/cite.cpp b/src/cite.cpp
index fd6fe3e..03bdb02 100644
--- a/src/cite.cpp
+++ b/src/cite.cpp
@@ -211,7 +211,7 @@ void CitationManager::insertCrossReferencesForBibFile(const QCString &bibFile)
{
QCString crossrefName = line.mid((uint)(j+1),(uint)(k-j-1));
// check if the reference with the cross reference is used
- // insert cross refererence when cross reference has not yet been added.
+ // insert cross reference when cross reference has not yet been added.
if ((p->entries.find(citeName.data())!=p->entries.end()) &&
(p->entries.find(crossrefName.data())==p->entries.end())) // not found yet
{
diff --git a/src/context.cpp b/src/context.cpp
index 3bdead3..2af2c84 100644
--- a/src/context.cpp
+++ b/src/context.cpp
@@ -1071,7 +1071,7 @@ class TranslateContext::Private
s_inst.addProperty("namespaceList", &Private::namespaceList);
//%% string namespaceMembers
s_inst.addProperty("namespaceMembers", &Private::namespaceMembers);
- //%% srting fileList
+ //%% string fileList
s_inst.addProperty("fileList", &Private::fileList);
//%% string fileMembers
s_inst.addProperty("fileMembers", &Private::fileMembers);
diff --git a/src/markdown.cpp b/src/markdown.cpp
index 78e6a85..00c0723 100644
--- a/src/markdown.cpp
+++ b/src/markdown.cpp
@@ -194,7 +194,7 @@ Markdown::Markdown(const char *fileName,int lineNr,int indentLevel)
enum Alignment { AlignNone, AlignLeft, AlignCenter, AlignRight };
-//---------- contants -------
+//---------- constants -------
//
const uchar g_utf8_nbsp[3] = { 0xc2, 0xa0, 0}; // UTF-8 nbsp
const char *g_doxy_nsbp = "&_doxy_nbsp;"; // doxygen escape command for UTF-8 nbsp