summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-11-12 05:30:01 (GMT)
committerJosh Soref <jsoref@users.noreply.github.com>2019-11-12 05:30:01 (GMT)
commitd4eb40dfa97855a93c463ad0d8d7feb706d062e9 (patch)
tree589f13aa693671b8625863ccb0f66b972273a7b6 /src/htmlgen.cpp
parente98563bbbf8b404e8bba3f0e0ff5bf57076a3ced (diff)
downloadDoxygen-d4eb40dfa97855a93c463ad0d8d7feb706d062e9.zip
Doxygen-d4eb40dfa97855a93c463ad0d8d7feb706d062e9.tar.gz
Doxygen-d4eb40dfa97855a93c463ad0d8d7feb706d062e9.tar.bz2
spelling: embedding
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index df39d32..29601f8 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -492,7 +492,7 @@ void HtmlCodeGenerator::codify(const char *str)
void HtmlCodeGenerator::docify(const char *str)
{
- m_t << getHtmlDirEmbedingChar(getTextDirByConfig(str));
+ m_t << getHtmlDirEmbeddingChar(getTextDirByConfig(str));
if (str && m_streamSet)
{