Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz committed Sep 16, 2019
1 parent 4fbb61f commit 3754d59
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions doc/commands.doc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Each argument has a certain range:
Paragraphs are delimited by a blank line or by a section indicator. Note that
{curly} braces are also used for command options, here the braces are mandatory
and just 'normal' characters. The starting curly brace has to directly follow
the command, so without whitspace.
the command, so without whitespace.
</ul>
If in addition to the above argument specifiers [square] brackets are used the argument
is optional, unless they are placed between quotes in that case they are a mandatory
Expand Down Expand Up @@ -349,7 +349,7 @@ Structural indicators
\addindex \\showrefby
When this command is put in a comment block of a function, method or variable,
then doxygen will generate an overview for that function, method, variable of
the, documented, funcions and methods that call / use it.
the, documented, functions and methods that call / use it.
The overview will be generated regardless of the value of
\ref cfg_referenced_by_relation "REFERENCED_BY_RELATION".
\note The completeness (and correctness) of the overview depends on the
Expand Down
2 changes: 1 addition & 1 deletion doc/emojisup.doc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ By means of the doxygen configuration parameter
For convenience a zip with the result of running the script can also be downloaded from
http://www.doxygen.nl/dl/github_emojis.zip

For a overview of the supported emoji one can issue the comand:<br>
For an overview of the supported emoji one can issue the command:<br>
`doxygen -f emoji <outputFileName>`

\htmlonly
Expand Down
2 changes: 1 addition & 1 deletion doc/preprocessing.doc
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ preprocessing has been done (Hint: set <code>QUIET = YES</code> and
<code>WARNINGS = NO</code> in the configuration file to disable any other
output).

Note preprocessing is not done for all languages. Preprocesing is enabled for files
Note preprocessing is not done for all languages. Preprocessing is enabled for files
that use the "C" scanner (with the exception of 'java', 'd' and 'php'), Fortran files
(only in case the extension contains at least one upper case character) and vhdl files.

Expand Down
2 changes: 1 addition & 1 deletion src/cite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void CiteDict::generatePage() const
p=s+1;

int i;
if ((i = line.find("crossref")) != -1) /* assumption crosreference is on one line and the only item */
if ((i = line.find("crossref")) != -1) /* assumption crossreference is on one line and the only item */
{
int j=line.find("{",i);
int k=line.find("}",i);
Expand Down
2 changes: 1 addition & 1 deletion src/markdown.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ static int writeCodeBlock(GrowBuf &out,const char *data,int size,int refIndent)
emptyLines++;
i=end;
}
else if (indent>=refIndent+codeBlockIndent) // enough indent to contine the code block
else if (indent>=refIndent+codeBlockIndent) // enough indent to continue the code block
{
while (emptyLines>0) // write skipped empty lines
{
Expand Down
4 changes: 2 additions & 2 deletions src/sqlite3gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const char * table_schema[][2] = {
* I rolled this back when I had trouble getting a FileDef for all types
* (PageDef in particular).
*
* Note: all colums referencing path would need an update.
* Note: all columns referencing path would need an update.
*/
{ "path",
"CREATE TABLE IF NOT EXISTS path (\n"
Expand Down Expand Up @@ -233,7 +233,7 @@ const char * table_schema[][2] = {
},
{ "reimplements",
"CREATE TABLE IF NOT EXISTS reimplements (\n"
"\t-- Inherited member reimplmentation relations.\n"
"\t-- Inherited member reimplementation relations.\n"
"\trowid INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,\n"
"\tmemberdef_rowid INTEGER NOT NULL REFERENCES memberdef, -- reimplementing memberdef id.\n"
"\treimplemented_rowid INTEGER NOT NULL REFERENCES memberdef, -- reimplemented memberdef id.\n"
Expand Down
2 changes: 1 addition & 1 deletion templates/html/svgpan.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
/**
* The code below is based on SVGPan Library 1.2 and was modified for doxygen
* to support both zooming and panning via the mouse and via embedded bottons.
* to support both zooming and panning via the mouse and via embedded buttons.
*
* This code is licensed under the following BSD license:
*
Expand Down
6 changes: 3 additions & 3 deletions templates/latex/tabu_doxygen.sty
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%%
%% tabu works in text and in math modes.
%%
%% X columns: automatic width ajustment + horizontal and vertical alignment
%% X columns: automatic width adjustment + horizontal and vertical alignment
%% \begin{tabu} { X[4c] X[1c] X[-2ml] }
%%
%% Horizontal lines and / or leaders:
Expand Down Expand Up @@ -2043,7 +2043,7 @@
\newcommand*\savetabu[1]{\noalign{%
\tabu@sanitizearg{#1}\tabu@temp
\ifx \tabu@temp\@empty \tabu@savewarn{}{The tabu will not be saved}\else
\@ifundefined{tabu@saved@\tabu@temp}{}{\tabu@savewarn{#1}{Overwritting}}%
\@ifundefined{tabu@saved@\tabu@temp}{}{\tabu@savewarn{#1}{Overwriting}}%
\ifdefined\tabu@restored \expandafter\let
\csname tabu@saved@\tabu@temp \endcsname \tabu@restored
\else {\tabu@save}%
Expand Down Expand Up @@ -2523,7 +2523,7 @@
Package cellspace has some limitations
\MessageBreak And redefines some macros of array.sty.
\MessageBreak Please use \string\tabulinesep\space to control
\MessageBreak vertical spacing of lines inside tabu environnement}%
\MessageBreak vertical spacing of lines inside tabu environment}%
}% \tabu@warn@cellspace
%% tabu Package initialisation
\tabuscantokensfalse
Expand Down
2 changes: 1 addition & 1 deletion testing/012/indexpage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</briefdescription>
<detaileddescription>
<para>See <ref refid="citelist_1CITEREF_knuth79" kindref="member">[3]</ref> for more info.</para>
<para>Oter references with crosreference see <ref refid="citelist_1CITEREF_Be09" kindref="member">[1]</ref> and <ref refid="citelist_1CITEREF_BertholdHeinzVigerske2009" kindref="member">[2]</ref> for more info. </para>
<para>Other references with crossreference see <ref refid="citelist_1CITEREF_Be09" kindref="member">[1]</ref> and <ref refid="citelist_1CITEREF_BertholdHeinzVigerske2009" kindref="member">[2]</ref> for more info. </para>
</detaileddescription>
</compounddef>
</doxygen>
2 changes: 1 addition & 1 deletion testing/012_cite.dox
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
/** \mainpage
* See \cite knuth79 for more info.
*
* Oter references with crosreference see \cite Be09 and \cite BertholdHeinzVigerske2009 for more info.
* Other references with crossreference see \cite Be09 and \cite BertholdHeinzVigerske2009 for more info.
*/
2 changes: 1 addition & 1 deletion testing/069/069__link__variadic__template_8cpp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
<ref refid="class_test_1a64d85df31d518e39726467315a9b05e3" kindref="member">variadic template method</ref>
</para>
<para>Links to the variadic template function overloads: <itemizedlist><listitem><para><ref refid="069__link__variadic__template_8cpp_1aa7e4936a17759246bce60256cf224e16" kindref="member">First overload</ref></para></listitem><listitem><para><ref refid="069__link__variadic__template_8cpp_1ad6fc2d2a6cb8980f3e0eaacbd2ae41fe" kindref="member">Second overload</ref></para></listitem><listitem><para><ref refid="069__link__variadic__template_8cpp_1a708a5bf22646ed7233fe61b83182811a" kindref="member">Third overload</ref></para></listitem><listitem><para><ref refid="069__link__variadic__template_8cpp_1aed64c596fea5f4f5e719006539922f7c" kindref="member">Fourth overload</ref></para></listitem><listitem><para><ref refid="069__link__variadic__template_8cpp_1a0ad18d95a1dc2dbacee657c43f719187" kindref="member">Fifth overload</ref></para></listitem><listitem><para><ref refid="069__link__variadic__template_8cpp_1a2331eedd0a1db9da5de0ad0faef78a4e" kindref="member">Sixth overload</ref></para></listitem><listitem><para><ref refid="069__link__variadic__template_8cpp_1a72bd94e61df947347f98a2a6214e9342" kindref="member">Seventh overload</ref></para></listitem><listitem><para><ref refid="069__link__variadic__template_8cpp_1a0bd03c39aa36ae51d2b8d87e04cf7eab" kindref="member">Eighth overload</ref></para></listitem><listitem><para><ref refid="069__link__variadic__template_8cpp_1abb1e0338f72ae46a1240ada65d6a397c" kindref="member">Ninth overload</ref></para></listitem></itemizedlist>
The followings are interpreted the same: <itemizedlist><listitem><para><ref refid="069__link__variadic__template_8cpp_1a708a5bf22646ed7233fe61b83182811a" kindref="member">without template argument</ref></para></listitem><listitem><para><ref refid="069__link__variadic__template_8cpp_1a708a5bf22646ed7233fe61b83182811a" kindref="member">with template argument</ref></para></listitem></itemizedlist>
The following are interpreted the same: <itemizedlist><listitem><para><ref refid="069__link__variadic__template_8cpp_1a708a5bf22646ed7233fe61b83182811a" kindref="member">without template argument</ref></para></listitem><listitem><para><ref refid="069__link__variadic__template_8cpp_1a708a5bf22646ed7233fe61b83182811a" kindref="member">with template argument</ref></para></listitem></itemizedlist>
See the <ref refid="class_test" kindref="compound">test</ref> class. </para>
</detaileddescription>
<location file="069_link_variadic_template.cpp"/>
Expand Down
2 changes: 1 addition & 1 deletion testing/069_link_variadic_template.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @li \link func(int,const Args**... args) Eighth overload\endlink
* @li \link func(int,Args...) Ninth overload\endlink
*
* The followings are interpreted the same:
* The following are interpreted the same:
* @li \link func(int,const Args&... args) without template argument\endlink
* @li \link func<Args...>(int,const Args&... args) with template argument\endlink
*
Expand Down
2 changes: 1 addition & 1 deletion testing/070/070__ref__variadic__template_8cpp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
<ref refid="class_test_1a64d85df31d518e39726467315a9b05e3" kindref="member">variadic template method</ref>
</para>
<para>References to the variadic template function overloads: <itemizedlist><listitem><para><ref refid="070__ref__variadic__template_8cpp_1aa7e4936a17759246bce60256cf224e16" kindref="member">First overload</ref></para></listitem><listitem><para><ref refid="070__ref__variadic__template_8cpp_1ad6fc2d2a6cb8980f3e0eaacbd2ae41fe" kindref="member">Second overload</ref></para></listitem><listitem><para><ref refid="070__ref__variadic__template_8cpp_1a708a5bf22646ed7233fe61b83182811a" kindref="member">Third overload</ref></para></listitem><listitem><para><ref refid="070__ref__variadic__template_8cpp_1aed64c596fea5f4f5e719006539922f7c" kindref="member">Fourth overload</ref></para></listitem><listitem><para><ref refid="070__ref__variadic__template_8cpp_1a0ad18d95a1dc2dbacee657c43f719187" kindref="member">Fifth overload</ref></para></listitem><listitem><para><ref refid="070__ref__variadic__template_8cpp_1a2331eedd0a1db9da5de0ad0faef78a4e" kindref="member">Sixth overload</ref></para></listitem><listitem><para><ref refid="070__ref__variadic__template_8cpp_1a72bd94e61df947347f98a2a6214e9342" kindref="member">Seventh overload</ref></para></listitem><listitem><para><ref refid="070__ref__variadic__template_8cpp_1a0bd03c39aa36ae51d2b8d87e04cf7eab" kindref="member">Eighth overload</ref></para></listitem><listitem><para><ref refid="070__ref__variadic__template_8cpp_1abb1e0338f72ae46a1240ada65d6a397c" kindref="member">Ninth overload</ref></para></listitem></itemizedlist>
The followings are interpreted the same: <itemizedlist><listitem><para><ref refid="070__ref__variadic__template_8cpp_1a708a5bf22646ed7233fe61b83182811a" kindref="member">without template argument</ref></para></listitem><listitem><para><ref refid="070__ref__variadic__template_8cpp_1a708a5bf22646ed7233fe61b83182811a" kindref="member">with template argument</ref></para></listitem></itemizedlist>
The following are interpreted the same: <itemizedlist><listitem><para><ref refid="070__ref__variadic__template_8cpp_1a708a5bf22646ed7233fe61b83182811a" kindref="member">without template argument</ref></para></listitem><listitem><para><ref refid="070__ref__variadic__template_8cpp_1a708a5bf22646ed7233fe61b83182811a" kindref="member">with template argument</ref></para></listitem></itemizedlist>
See the <ref refid="class_test" kindref="compound">test</ref> class. </para>
</detaileddescription>
<location file="070_ref_variadic_template.cpp"/>
Expand Down
2 changes: 1 addition & 1 deletion testing/070_ref_variadic_template.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @li \ref func(int,const Args**... args) "Eighth overload"
* @li \ref func(int,Args...) "Ninth overload"
*
* The followings are interpreted the same:
* The following are interpreted the same:
* @li \ref func(int,const Args&... args) "without template argument"
* @li \ref func<Args...>(int,const Args&... args) "with template argument"
*
Expand Down
2 changes: 1 addition & 1 deletion testing/082_decl_def.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// objective: test for declation and definition order independence: decl first
// objective: test for declaration and definition order independence: decl first
// check: namespace_n.xml
// config: INPUT = $INPUTDIR/decl_def.h $INPUTDIR/082_decl_def.cpp
#include "test.h"
Expand Down
2 changes: 1 addition & 1 deletion testing/083_decl_def.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// objective: test for declation and definition order independence: def first
// objective: test for declaration and definition order independence: def first
// check: namespace_n.xml
// config: INPUT = $INPUTDIR/083_decl_def.cpp $INPUTDIR/decl_def.h
#include "test.h"
Expand Down
2 changes: 1 addition & 1 deletion testing/086/086__style__tags_8h.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<briefdescription>
</briefdescription>
<detaileddescription>
<para>In the following the word tag has the style as indicated before it.<itemizedlist><listitem><para>This is a bold <bold>tag</bold>.</para></listitem><listitem><para>This is a <computeroutput>strong</computeroutput> bold <bold>tag</bold>.</para></listitem><listitem><para>This is an italic <emphasis>tag</emphasis>.</para></listitem><listitem><para>This is an <computeroutput>em</computeroutput> italic <emphasis>tag</emphasis>.</para></listitem><listitem><para>This is a strike through <strike>tag</strike>.</para></listitem><listitem><para>This is an underline <underline>tag</underline>.</para></listitem><listitem><para>This is an insterted <ins>tag</ins>.</para></listitem><listitem><para>This is a deleted <del>tag</del>.</para></listitem><listitem><para>This is a typewriter <computeroutput>tag</computeroutput>. </para></listitem></itemizedlist>
<para>In the following the word tag has the style as indicated before it.<itemizedlist><listitem><para>This is a bold <bold>tag</bold>.</para></listitem><listitem><para>This is a <computeroutput>strong</computeroutput> bold <bold>tag</bold>.</para></listitem><listitem><para>This is an italic <emphasis>tag</emphasis>.</para></listitem><listitem><para>This is an <computeroutput>em</computeroutput> italic <emphasis>tag</emphasis>.</para></listitem><listitem><para>This is a strike through <strike>tag</strike>.</para></listitem><listitem><para>This is an underline <underline>tag</underline>.</para></listitem><listitem><para>This is an inserted <ins>tag</ins>.</para></listitem><listitem><para>This is a deleted <del>tag</del>.</para></listitem><listitem><para>This is a typewriter <computeroutput>tag</computeroutput>. </para></listitem></itemizedlist>
</para>
</detaileddescription>
<location file="086_style_tags.h"/>
Expand Down
2 changes: 1 addition & 1 deletion testing/086_style_tags.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In the following the word tag has the style as indicated before it.
- This is an `em` italic <em>tag</em>.
- This is a strike through <strike>tag</strike>.
- This is an underline <u>tag</u>.
- This is an insterted <ins>tag</ins>.
- This is an inserted <ins>tag</ins>.
- This is a deleted <del>tag</del>.
- This is a typewriter <tt>tag</tt>.
*/
Expand Down

0 comments on commit 3754d59

Please sign in to comment.