diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2019-11-12 06:11:59 (GMT) |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-11-12 06:11:59 (GMT) |
commit | 1e473567e563a9e01dc0f260759b774ae3bfa95e (patch) | |
tree | 4be37987f230dbb94088ea82a6d6e27c6463f9f3 /src | |
parent | 087ac17e246cfc70f5686ed5f3bbfda8088c5c40 (diff) | |
download | Doxygen-1e473567e563a9e01dc0f260759b774ae3bfa95e.zip Doxygen-1e473567e563a9e01dc0f260759b774ae3bfa95e.tar.gz Doxygen-1e473567e563a9e01dc0f260759b774ae3bfa95e.tar.bz2 |
spelling: processor
Diffstat (limited to 'src')
-rw-r--r-- | src/plantuml.h | 2 |
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 |