[Libreoffice-commits] core.git: include/xmloff starmath/inc vcl/unx
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Nov 4 20:17:11 UTC 2020
include/xmloff/xmlexp.hxx | 2 +-
starmath/inc/token.hxx | 4 ++--
vcl/unx/generic/dtrans/X11_clipboard.hxx | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 6dac288c724b47f4213a40d3a3a22895904e5bd7
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Nov 4 15:54:11 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Nov 4 21:16:28 2020 +0100
Fix typos
Change-Id: I8a7a313b54aafc5347e00c5afec4648e09dbc981
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105295
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index eee53a95d91b..7ea66274bb54 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -134,7 +134,7 @@ class XMLOFF_DLLPUBLIC SvXMLExport : public cppu::WeakImplHelper<
OUString msOrigFileName; // the original URL
OUString msFilterName;
OUString msImgFilterName;
- std::unique_ptr<SvXMLNamespaceMap> mpNamespaceMap; // the namepspace map
+ std::unique_ptr<SvXMLNamespaceMap> mpNamespaceMap; // the namespace map
SvXMLUnitConverter maUnitConv; // the unit converter
std::unique_ptr<SvXMLNumFmtExport> mpNumExport;
std::unique_ptr<ProgressBarHelper> mpProgressBarHelper;
diff --git a/starmath/inc/token.hxx b/starmath/inc/token.hxx
index 5b5d8e80634f..f17d527fc54c 100644
--- a/starmath/inc/token.hxx
+++ b/starmath/inc/token.hxx
@@ -76,7 +76,7 @@ enum SmTokenType
TPRECEDESEQUAL, TSUCCEEDSEQUAL, TPRECEDESEQUIV, TSUCCEEDSEQUIV, // Order eq
TLEFTARROW, TRIGHTARROW, TUPARROW, TDOWNARROW, // Arrows
TDRARROW, TDLARROW, TDLRARROW, TDEF, // Double arrows, definition
- TPROP, TNDIVIDES, TDIVIDES, TAPPROX, // Proportions, approximisation
+ TPROP, TNDIVIDES, TDIVIDES, TAPPROX, // Proportions, approximation
TLESLANT, TGESLANT, TTRANSL, TTRANSR, // <= >= corresponds
// Tensors
TOPLUS, TOMINUS, TOTIMES, TODIVIDE, TODOT,
@@ -111,7 +111,7 @@ enum SmTokenType
TLANGLE, TRANGLE, TLBRACE, TRBRACE, // <x> {x}
// Brackets Lines
TLLINE, TRLINE, TLDLINE, TRDLINE, TMLINE,
- // Differencial calculus
+ // Differential calculus
TNABLA, TPARTIAL, TFOURIER, TLAPLACE, // Derivative, Transformation
TINTD, TINT, TIINT, TIIINT, // Integral
TLINT, TLLINT, TLLLINT, // Circuit integral
diff --git a/vcl/unx/generic/dtrans/X11_clipboard.hxx b/vcl/unx/generic/dtrans/X11_clipboard.hxx
index 4092d3f67a55..c7e8b59391cd 100644
--- a/vcl/unx/generic/dtrans/X11_clipboard.hxx
+++ b/vcl/unx/generic/dtrans/X11_clipboard.hxx
@@ -107,7 +107,7 @@ namespace x11 {
css::uno::Reference< css::uno::XInterface > SAL_CALL X11Clipboard_createInstance(
const css::uno::Reference< css::lang::XMultiServiceFactory > & xMultiServiceFactory);
-} // namepspace
+} // namespace
#endif
More information about the Libreoffice-commits
mailing list