From e527ca809cc420ff949f92ca303607008c4caedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armin=20M=C3=BCller?= <27155134+arm-in@users.noreply.github.com> Date: Mon, 15 Oct 2018 18:36:49 +0200 Subject: Update docbookgen.cpp --- src/docbookgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docbookgen.cpp b/src/docbookgen.cpp index bfec8bf..9398f59 100644 --- a/src/docbookgen.cpp +++ b/src/docbookgen.cpp @@ -1259,7 +1259,7 @@ static void writeInnerNamespaces(const NamespaceSDict *nl,FTextStream &t) } for (nli.toFirst();(nd=nli.current());++nli) { - if (!nd->isHidden() && nd->name().find('@')==-1) // skip anonymouse scopes + if (!nd->isHidden() && nd->name().find('@')==-1) // skip anonymous scopes { t << " " << endl; t << " " << endl; -- cgit v0.12 From ced0429fa4f85a8a3e2d0f482944e24a5dc8f8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armin=20M=C3=BCller?= <27155134+arm-in@users.noreply.github.com> Date: Mon, 15 Oct 2018 18:37:34 +0200 Subject: Update dot.cpp --- src/dot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dot.cpp b/src/dot.cpp index 5f52210..f07a365 100644 --- a/src/dot.cpp +++ b/src/dot.cpp @@ -139,7 +139,7 @@ static const char svgZoomFooter[] = " \n" " \n" " \n" -// link to orginial SVG +// link to original SVG " \n" " \n" " \n" -- cgit v0.12 From a49fc86a1b8e944e4ed9c1f8f66a069586e867fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armin=20M=C3=BCller?= <27155134+arm-in@users.noreply.github.com> Date: Mon, 15 Oct 2018 18:38:21 +0200 Subject: Update sqlite3gen.cpp --- src/sqlite3gen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sqlite3gen.cpp b/src/sqlite3gen.cpp index 6cd9581..0d7843a 100644 --- a/src/sqlite3gen.cpp +++ b/src/sqlite3gen.cpp @@ -812,7 +812,7 @@ static void writeInnerNamespaces(const NamespaceSDict *nl) NamespaceDef *nd; for (nli.toFirst();(nd=nli.current());++nli) { - if (!nd->isHidden() && nd->name().find('@')==-1) // skip anonymouse scopes + if (!nd->isHidden() && nd->name().find('@')==-1) // skip anonymous scopes { int refid = insertRefid(nd->getOutputFileBase()); bindIntParameter(innernamespace_insert,":refid",refid); -- cgit v0.12 From 6c1b3353e9b622f9117e95c2ac99d395a32b0049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armin=20M=C3=BCller?= <27155134+arm-in@users.noreply.github.com> Date: Mon, 15 Oct 2018 18:38:58 +0200 Subject: Update xmlgen.cpp --- src/xmlgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp index be866a2..06e0418 100644 --- a/src/xmlgen.cpp +++ b/src/xmlgen.cpp @@ -1163,7 +1163,7 @@ static void writeInnerNamespaces(const NamespaceSDict *nl,FTextStream &t) NamespaceDef *nd; for (nli.toFirst();(nd=nli.current());++nli) { - if (!nd->isHidden() && nd->name().find('@')==-1) // skip anonymouse scopes + if (!nd->isHidden() && nd->name().find('@')==-1) // skip anonymous scopes { t << " getOutputFileBase() << "\">" << convertToXML(nd->name()) << "" << endl; -- cgit v0.12