Skip to content

Commit 0f815d6

Browse files
authored
Merge pull request doxygen#11170 from albert-github/feature/bug_spell_20241004
Spelling corrections
2 parents 71165e6 + 2f090b4 commit 0f815d6

File tree

16 files changed

+31
-31
lines changed

16 files changed

+31
-31
lines changed

addon/doxywizard/doxywizard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ void MainWindow::runComplete()
655655
}
656656
else
657657
{
658-
m_outputLog->append(APPQT(tr("*** Cancelled by user\n")));
658+
m_outputLog->append(APPQT(tr("*** Canceled by user\n")));
659659
}
660660
m_outputLog->ensureCursorVisible();
661661
m_run->setText(tr("Run doxygen"));

doc/changelog.dox

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ href="https://github.com/doxygen/doxygen/commit/a2ae848c6f63e25cd18c5717116997b2
252252
<li>QT help problems with tag files [<a href="https://github.com/doxygen/doxygen/commit/c42b99e85ec1950604da772a91ac379cb5a42674">view</a>], [<a href="https://github.com/doxygen/doxygen/commit/c9ce08db0bd84426a6f150348777badcac525da3">view</a>]</li>
253253
<li>Single line snippet didn&#39;t show [<a href="https://github.com/doxygen/doxygen/commit/c80d345defd9b8e53a377dec3f1b7112491731ba">view</a>]</li>
254254
<li>Support unicode characters in referenced file names [<a href="https://github.com/doxygen/doxygen/commit/9acb711f9ee9f5c45400d44e9bb0530c11cb28f5">view</a>], [<a href="https://github.com/doxygen/doxygen/commit/c6fa06f86ac72a557f56e1083b7bc8e844107d93">view</a>]</li>
255-
<li>Waring with ingroup command at end of alias [<a href="https://github.com/doxygen/doxygen/commit/04f17aff126f55ef864139b7d26ac07012544df4">view</a>]</li>
255+
<li>Warning with ingroup command at end of alias [<a href="https://github.com/doxygen/doxygen/commit/04f17aff126f55ef864139b7d26ac07012544df4">view</a>]</li>
256256
<li>Warning for Fortran on <tt>\code</tt> command [<a href="https://github.com/doxygen/doxygen/commit/3857210386c8ca2c5939d09a45a94611ce2fc959">view</a>]</li>
257257
<li>Warnings due to multiple &quot;sectioning&quot; commands inside an <tt>\if</tt> type construct [<a href="https://github.com/doxygen/doxygen/commit/36f35b5202e196855e2969db1ef2901f51856bdb">view</a>], [<a href="https://github.com/doxygen/doxygen/commit/effa6d95f726232a709a13fb4e4e075bc0a7a629">view</a>], [<a href="https://github.com/doxygen/doxygen/commit/bd373c91cf7a05ce496f92e405ee37da8c1378e7">view</a>]</li>
258258
<li>When having markdown code like: ~~~ [<a href="https://github.com/doxygen/doxygen/commit/a870cd4695aa98788022ccb8d0c0c8e507421572">view</a>]</li>
@@ -2637,7 +2637,7 @@ and
26372637
<li>Small spelling correction in portable.cpp [<a href="https://github.com/doxygen/doxygen/commit/ba4e098a09da73738bd0f849492719bc37d36f1b">view</a>]</li>
26382638
<li>Specifying filename in preprocessor debug output [<a href="https://github.com/doxygen/doxygen/commit/8616d8e1ee61d3fc1a929a04f1594b0f417da7c2">view</a>]</li>
26392639
<li>Unknown configuration enum values [<a href="https://github.com/doxygen/doxygen/commit/9c9e30b295ca8b0a2130aa00c26bb5aa40a0e608">view</a>]</li>
2640-
<li>Updated test 024 to better test spacing behaviour. [<a href="https://github.com/doxygen/doxygen/commit/b47de248b2c4d54bd83a4c679fa6a58dbaf3fe11">view</a>]</li>
2640+
<li>Updated test 024 to better test spacing behavior. [<a href="https://github.com/doxygen/doxygen/commit/b47de248b2c4d54bd83a4c679fa6a58dbaf3fe11">view</a>]</li>
26412641
<li>Warnings in case of a VHDL error [<a href="https://github.com/doxygen/doxygen/commit/5bda6a19dcb48720ee57fc099f7ad14e4ad15b0a">view</a>]</li>
26422642
<li>commentscan.l: replace QStack by std::stack [<a href="https://github.com/doxygen/doxygen/commit/5e815d8f3dd1cad071a6152b458c08f197bb00d2">view</a>]</li>
26432643
<li>fixed some parser bugs,make parser ready for javacc 7.0.5 [<a href="https://github.com/doxygen/doxygen/commit/543a30dfcf050c772a5ef5420c821acbfe3cac9f">view</a>]</li>
@@ -3211,7 +3211,7 @@ href="https://github.com/doxygen/doxygen/commit/9d83d43f0d8b7058e2f89371a6ab276c
32113211
<li>remove PLANTUML_RUN_FAST because FAST is default. [<a href="https://github.com/doxygen/doxygen/commit/51bba9d513b22bd92d90127657b76f51d4555fa8">view</a>]</li>
32123212
<li>secref command output shows in 1 column (HTML) [<a href="https://github.com/doxygen/doxygen/commit/6c731ddf5f77247ef07f9772a9d80d7eedba9d19">view</a>]</li>
32133213
<li>source arrangement [<a href="https://github.com/doxygen/doxygen/commit/ccdf5ee278d7029c055954a733f0db90e47e075d">view</a>]</li>
3214-
<li>spelling error: suported -&gt; supported [<a href="https://github.com/doxygen/doxygen/commit/e182d98227fe78ff58fe541b25683f0a034e3aab">view</a>]</li>
3214+
<li>spelling error: supported -&gt; supported [<a href="https://github.com/doxygen/doxygen/commit/e182d98227fe78ff58fe541b25683f0a034e3aab">view</a>]</li>
32153215
<li>sqlcode.l: generate a reentrant scanner [<a href="https://github.com/doxygen/doxygen/commit/52e32ead5d8152d75a18f3cc7f4b7e5c7bb38b29">view</a>]</li>
32163216
<li>take doc group out of commentscan.l [<a href="https://github.com/doxygen/doxygen/commit/b30e834cd04881ddeaadf8c78a9e716b4dd6a689">view</a>]</li>
32173217
<li>testing: add a test for TOC levels in the XML output. [<a href="https://github.com/doxygen/doxygen/commit/c3768085f8ab68cd61bae4d132b74d9edd813ce0">view</a>]</li>
@@ -4012,7 +4012,7 @@ href="https://github.com/doxygen/doxygen/commit/a697caadf1912d0d74faa208f4cff887
40124012
<li>Bug <a href="https://github.com/doxygen/doxygen/issues/5808">5808</a> - Doxygen don&#39;t support longer key in bibtex [<a href="https://github.com/doxygen/doxygen/commit/b0fc11e4a891e51bb4d982730efecddac2ef807e">view</a>]</li>
40134013
<li>Bug <a href="https://github.com/doxygen/doxygen/issues/5809">5809</a> - \cite still rejects valid BibTeX keys [<a href="https://github.com/doxygen/doxygen/commit/b1601548308c8a6ec586a406155d24f80d75aafd">view</a>]</li>
40144014
<li>Bug <a href="https://github.com/doxygen/doxygen/issues/5821">5821</a> - using plantuml cause a popup &quot;openwith&quot; windows when calling java.exe [<a href="https://github.com/doxygen/doxygen/commit/51ee1b0633fbfa935da08c8a13f70da6fc1c074d">view</a>]</li>
4015-
<li>Bug <a href="https://github.com/doxygen/doxygen/issues/5826">5826</a> - PATCH: Honour SOURCE_DATE_EPOCH environment variable for reproducible output [<a href="https://github.com/doxygen/doxygen/commit/b31266c1076c6284116f17241d9e8aa048f88e60">view</a>]</li>
4015+
<li>Bug <a href="https://github.com/doxygen/doxygen/issues/5826">5826</a> - PATCH: Honor SOURCE_DATE_EPOCH environment variable for reproducible output [<a href="https://github.com/doxygen/doxygen/commit/b31266c1076c6284116f17241d9e8aa048f88e60">view</a>]</li>
40164016
<li>Bug <a href="https://github.com/doxygen/doxygen/issues/5830">5830</a> - XML not documenting a class in python [<a href="https://github.com/doxygen/doxygen/commit/288afe7d4fe0953f5717b0ac85f805f78d96afa4">view</a>]</li>
40174017
<li>Bug <a href="https://github.com/doxygen/doxygen/issues/5831">5831</a> - XML empty &lt;argsstring/&gt; in python [<a href="https://github.com/doxygen/doxygen/commit/a1b3f7b1157b8e7b392bfcd6c6452c664bf5a7c2">view</a>]</li>
40184018
<li>Bug <a href="https://github.com/doxygen/doxygen/issues/5832">5832</a> - last entry missing in a @name group of typedefs [<a href="https://github.com/doxygen/doxygen/commit/21d14b3c7697f8807065070f5850259b1b6550e4">view</a>]</li>
@@ -4931,7 +4931,7 @@ href="https://github.com/doxygen/doxygen/commit/a697caadf1912d0d74faa208f4cff887
49314931
<li> doc/language.doc generated from the updated sources (bgcolored)</li>
49324932
<li> doc/language.tpl -- UTF-8 reflected in the langhowto template</li>
49334933
<li> doc/language.tpl -- trailing spaces removed</li>
4934-
<li> doc/translator.py -- coloured status in HTML</li>
4934+
<li> doc/translator.py -- colored status in HTML</li>
49354935
<li> doxygen /** style creates spurious code blocks with markdown enabled</li>
49364936
<li> doxygen version 1.8.5 throws many "Internal Inconsistency" errors when parsing .idl files</li>
49374937
<li> doxygen.sty.h was not ignored and not included/generated properly</li>
@@ -5347,7 +5347,7 @@ href="https://github.com/doxygen/doxygen/commit/a697caadf1912d0d74faa208f4cff887
53475347
when using C++11 style enums.</li>
53485348
<li> id <a href="https://github.com/doxygen/doxygen/issues/4920">4920</a>: Even though HIDE_UNDOC_MEMBERS was enabled, the navigation
53495349
still showed undocumented members.</li>
5350-
<li> id <a href="https://github.com/doxygen/doxygen/issues/4921">4921</a>: Fixed back button behaviour when using the navigation tree.</li>
5350+
<li> id <a href="https://github.com/doxygen/doxygen/issues/4921">4921</a>: Fixed back button behavior when using the navigation tree.</li>
53515351
<li> id <a href="https://github.com/doxygen/doxygen/issues/4927">4927</a>: Added anchors to refs in the index.qhp TOC.</li>
53525352
<li> id <a href="https://github.com/doxygen/doxygen/issues/"></a>: Added XML declaration to index.qhp TOC.</li>
53535353
<li> id <a href="https://github.com/doxygen/doxygen/issues/4932">4932</a>: When a class and its base class has the same nested class,
@@ -6714,7 +6714,7 @@ make sure you add the following:
67146714
<li> id <a href="https://github.com/doxygen/doxygen/issues/3627">3627</a>, <a href="https://github.com/doxygen/doxygen/issues/3648">3648</a>: The title of pages whose label had an underscore
67156715
was not shown</li>
67166716
<li> id <a href="https://github.com/doxygen/doxygen/issues/3631">3631</a>: Include guard not starting with #ifndef SOME_GUARD_H were not
6717-
recognised as such.</li>
6717+
recognized as such.</li>
67186718
<li> id <a href="https://github.com/doxygen/doxygen/issues/3632">3632</a>: Setting SEARCHENGINE to YES and GENERATE_HTML to NO caused
67196719
error that search results directory could not be created.</li>
67206720
<li> id <a href="https://github.com/doxygen/doxygen/issues/3635">3635</a>, <a href="https://github.com/doxygen/doxygen/issues/3655">3655</a>: typedef'ed enums or struct with the same as the
@@ -6821,7 +6821,7 @@ make sure you add the following:
68216821
was enabled.</li>
68226822
<li> id <a href="https://github.com/doxygen/doxygen/issues/3549">3549</a>: Scope was not hidden for members in the todo list even
68236823
though HIDE_SCOPE_NAMES was set to YES.</li>
6824-
<li> id <a href="https://github.com/doxygen/doxygen/issues/3562">3562</a>: Struct variable with explicit struct keyword got labelled
6824+
<li> id <a href="https://github.com/doxygen/doxygen/issues/3562">3562</a>: Struct variable with explicit struct keyword got labeled
68256825
with [read] attribute.</li>
68266826
<li> id <a href="https://github.com/doxygen/doxygen/issues/3545">3545</a>: PHP was not parsed properly when it appeared in a
68276827
&lt;script language="php"&gt; section.</li>
@@ -11817,7 +11817,7 @@ make sure you add the following:
1181711817
option: <code>INCLUDE_FILE_PATTERNS</code>. This tag can be used to
1181811818
set the file patterns for the include files (if left empty the
1181911819
<code>FILE_PATTERNS</code> will be used, which was also the old
11820-
behaviour). </li>
11820+
behavior). </li>
1182111821
<li> Added a couple of commands for kdoc compatibility: <code>@p</code>,
1182211822
<code>@li</code>, <code>@em</code>.
1182311823
Also made @ref a bit less strict.</li>

doc/translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
was prefixed by backslash (was LaTeX related error).
6363
2013/02/19 - Better diagnostics when translator_xx.h is too crippled.
6464
2013/06/25 - TranslatorDecoder checks removed after removing the class.
65-
2013/09/04 - Coloured status in langhowto. *ALMOST up-to-date* category
65+
2013/09/04 - Colored status in langhowto. *ALMOST up-to-date* category
6666
of translators introduced.
6767
2014/06/16 - unified for Python 2.6+ and 3.0+
6868
"""

src/configimpl.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2207,7 +2207,7 @@ void Config::checkAndCorrect(bool quiet, const bool check)
22072207
}
22082208

22092209
#if 0 // TODO: this breaks test 25; SOURCEBROWSER = NO and SOURCE_TOOLTIPS = YES.
2210-
// So this and other regressions should be analysed and fixed before this can be enabled
2210+
// So this and other regressions should be analyzed and fixed before this can be enabled
22112211
// disable any boolean options that depend on disabled options
22122212
for (const auto &option : m_options)
22132213
{

src/doxygen.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ static StringSet g_usingDeclarations; // used classes
182182
static bool g_successfulRun = FALSE;
183183
static bool g_dumpSymbolMap = FALSE;
184184

185-
// keywords recognised as compounds
185+
// keywords recognized as compounds
186186
static const StringUnorderedSet g_compoundKeywords =
187187
{ "template class", "template struct", "class", "struct", "union", "interface", "exception" };
188188

@@ -10637,7 +10637,7 @@ static void parseFilesMultiThreading(const std::shared_ptr<Entry> &root)
1063710637
results.emplace_back(threadPool.queue(processFile));
1063810638
}
1063910639
}
10640-
// synchronise with the Entry result lists produced and add them to the root
10640+
// synchronize with the Entry result lists produced and add them to the root
1064110641
for (auto &f : results)
1064210642
{
1064310643
auto l = f.get();
@@ -10675,7 +10675,7 @@ static void parseFilesMultiThreading(const std::shared_ptr<Entry> &root)
1067510675
results.emplace_back(threadPool.queue(processFile));
1067610676
}
1067710677
}
10678-
// synchronise with the Entry result lists produced and add them to the root
10678+
// synchronize with the Entry result lists produced and add them to the root
1067910679
for (auto &f : results)
1068010680
{
1068110681
auto l = f.get();
@@ -10706,7 +10706,7 @@ static void parseFilesMultiThreading(const std::shared_ptr<Entry> &root)
1070610706
// dispatch the work and collect the future results
1070710707
results.emplace_back(threadPool.queue(processFile));
1070810708
}
10709-
// synchronise with the Entry results produced and add them to the root
10709+
// synchronize with the Entry results produced and add them to the root
1071010710
for (auto &f : results)
1071110711
{
1071210712
root->moveToSubEntryAndKeep(f.get());
@@ -11275,7 +11275,7 @@ void initDoxygen()
1127511275
//Doxygen::tagDestinationDict.setAutoDelete(TRUE);
1127611276
Doxygen::indexList = new IndexList;
1127711277

11278-
// initialisation of these globals depends on
11278+
// initialization of these globals depends on
1127911279
// configuration switches so we need to postpone these
1128011280
Doxygen::globalScope = nullptr;
1128111281
Doxygen::inputNameLinkedMap = nullptr;

src/growbuf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#define GROW_AMOUNT 1024*4
2525

26-
/** Class representing a string buffer optimised for growing. */
26+
/** Class representing a string buffer optimized for growing. */
2727
class GrowBuf
2828
{
2929
public:

src/growvector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#include "construct.h"
2424

25-
/** @brief std::vector like container optimised for pushing elements to the back.
25+
/** @brief std::vector like container optimized for pushing elements to the back.
2626
*
2727
* It differs from std::vector in that it can grow without invalidating
2828
* pointers to its members just like std::deque and std::list.

src/htmldocvisitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ static QCString htmlAttribsToString(const HtmlAttribList &attribs, QCString *pAl
269269
{
270270
// The open attribute is a boolean attribute.
271271
// Specifies that the details should be visible (open) to the user
272-
// As it is a boolean attribute the initialisation value is of no interest
272+
// As it is a boolean attribute the initialization value is of no interest
273273
result+=" ";
274274
result+=att.name;
275275
result+="=\"true\"";

src/searchindex_js.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ void createJavaScriptSearchIndex()
332332
g_searchIndexInfo[SEARCH_INDEX_CLASSES].add(SearchTerm(n,cd.get()));
333333
}
334334
}
335-
else // non slice optimisation: group all types under classes
335+
else // non slice optimization: group all types under classes
336336
{
337337
g_searchIndexInfo[SEARCH_INDEX_CLASSES].add(SearchTerm(n,cd.get()));
338338
}

src/translator_en.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,10 +1058,10 @@ class TranslatorEnglish : public Translator
10581058
"<li>%A dark green arrow is used for protected inheritance.</li>\n"
10591059
"<li>%A dark red arrow is used for private inheritance.</li>\n"
10601060
"<li>%A purple dashed arrow is used if a class is contained or used "
1061-
"by another class. The arrow is labelled with the variable(s) "
1061+
"by another class. The arrow is labeled with the variable(s) "
10621062
"through which the pointed class or struct is accessible.</li>\n"
10631063
"<li>%A yellow dashed arrow denotes a relation between a template instance and "
1064-
"the template class it was instantiated from. The arrow is labelled with "
1064+
"the template class it was instantiated from. The arrow is labeled with "
10651065
"the template parameters of the instance.</li>\n"
10661066
"</ul>\n";
10671067
}
@@ -1894,7 +1894,7 @@ class TranslatorEnglish : public Translator
18941894
QCString trPanelSynchronisationTooltip(bool enable) override
18951895
{
18961896
QCString opt = enable ? "enable" : "disable";
1897-
return "click to "+opt+" panel synchronisation";
1897+
return "click to "+opt+" panel synchronization";
18981898
}
18991899

19001900
/*! Used in a method of an Objective-C class that is declared in a

0 commit comments

Comments
 (0)