diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2019-09-28 15:14:28 (GMT) |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2019-09-28 15:14:28 (GMT) |
commit | 9b9c2c6101be61baefb73b0c414e93381070e21b (patch) | |
tree | 89ff1f8931d2eeb5890749b1bd52501f993cdcf1 /src/dotgraph.cpp | |
parent | 4e21d19cf63b17aadb62905535262deb208a0c73 (diff) | |
download | Doxygen-9b9c2c6101be61baefb73b0c414e93381070e21b.zip Doxygen-9b9c2c6101be61baefb73b0c414e93381070e21b.tar.gz Doxygen-9b9c2c6101be61baefb73b0c414e93381070e21b.tar.bz2 |
Fix typos
Found via
```
codespell -q 3 -S *.js,*.po,./src/translator*,*.eps,./doc/changelog.doc -L ang,ans,attribs,ba,behaviour,classe,colour,german,iff,initialise,nam,nd,que,russian,statics,te,tim,uint
```
Diffstat (limited to 'src/dotgraph.cpp')
-rw-r--r-- | src/dotgraph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotgraph.cpp b/src/dotgraph.cpp index df64d66..bbffaf0 100644 --- a/src/dotgraph.cpp +++ b/src/dotgraph.cpp @@ -289,7 +289,7 @@ void DotGraph::writeGraphHeader(FTextStream &t,const QCString &title) { t << " // INTERACTIVE_SVG=YES\n"; } - t << " // LATEX_PDF_SIZE\n"; // write placeholder for LaTeX PDF bounding box size repacement + t << " // LATEX_PDF_SIZE\n"; // write placeholder for LaTeX PDF bounding box size replacement if (Config_getBool(DOT_TRANSPARENT)) { t << " bgcolor=\"transparent\";" << endl; |