summaryrefslogtreecommitdiffstats
path: root/src/plantuml.h
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-11-12 06:11:59 (GMT)
committerJosh Soref <jsoref@users.noreply.github.com>2019-11-12 06:11:59 (GMT)
commit1e473567e563a9e01dc0f260759b774ae3bfa95e (patch)
tree4be37987f230dbb94088ea82a6d6e27c6463f9f3 /src/plantuml.h
parent087ac17e246cfc70f5686ed5f3bbfda8088c5c40 (diff)
downloadDoxygen-1e473567e563a9e01dc0f260759b774ae3bfa95e.zip
Doxygen-1e473567e563a9e01dc0f260759b774ae3bfa95e.tar.gz
Doxygen-1e473567e563a9e01dc0f260759b774ae3bfa95e.tar.bz2
spelling: processor
Diffstat (limited to 'src/plantuml.h')
-rw-r--r--src/plantuml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plantuml.h b/src/plantuml.h
index 6c99eba..d3a01f5 100644
--- a/src/plantuml.h
+++ b/src/plantuml.h
@@ -64,7 +64,7 @@ class PlantumlManager
QDict< QList<QCString> > m_pngPlantumlFiles;
QDict< QList<QCString> > m_svgPlantumlFiles;
QDict< QList<QCString> > m_epsPlantumlFiles;
- QDict< QCString > m_pngPlantumlContent; // use circular queue for using multi-proecessor (multi threading)
+ QDict< QCString > m_pngPlantumlContent; // use circular queue for using multi-processor (multi threading)
QDict< QCString > m_svgPlantumlContent;
QDict< QCString > m_epsPlantumlContent;
QCString m_cachedPlantumlAllContent; // read from CACHE_FILENAME file