summaryrefslogtreecommitdiffstats
path: root/src/searchindex.cpp
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-11-12 05:52:03 (GMT)
committerJosh Soref <jsoref@users.noreply.github.com>2019-11-12 05:52:03 (GMT)
commitda08bf2be9c3470e1cf931cff3bd59c577543436 (patch)
treeabb81af06f92742c2da080305c36acf5f0688050 /src/searchindex.cpp
parent8598cc1347fcdb05b08b1347b86490aee6b11275 (diff)
downloadDoxygen-da08bf2be9c3470e1cf931cff3bd59c577543436.zip
Doxygen-da08bf2be9c3470e1cf931cff3bd59c577543436.tar.gz
Doxygen-da08bf2be9c3470e1cf931cff3bd59c577543436.tar.bz2
spelling: javascript
Diffstat (limited to 'src/searchindex.cpp')
-rw-r--r--src/searchindex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/searchindex.cpp b/src/searchindex.cpp
index 06c5c75..849dd1d 100644
--- a/src/searchindex.cpp
+++ b/src/searchindex.cpp
@@ -731,7 +731,7 @@ static QCString searchId(const QCString &s)
return result;
}
-void createJavascriptSearchIndex()
+void createJavaScriptSearchIndex()
{
bool sliceOpt = Config_getBool(OPTIMIZE_OUTPUT_SLICE);
@@ -953,7 +953,7 @@ void createJavascriptSearchIndex()
}
}
-void writeJavascriptSearchIndex()
+void writeJavaScriptSearchIndex()
{
int i;
int cnt = 0;