summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-11-04 15:54:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-11-04 21:16:28 +0100
commit6dac288c724b47f4213a40d3a3a22895904e5bd7 (patch)
tree1a66705340ad1b1b19c8acfbd3dc9f97c5e47442
parentc3fbaa3089b0d0beafa6c4334c2e497652de4cf1 (diff)
Fix typos
Change-Id: I8a7a313b54aafc5347e00c5afec4648e09dbc981 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105295 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/xmloff/xmlexp.hxx2
-rw-r--r--starmath/inc/token.hxx4
-rw-r--r--vcl/unx/generic/dtrans/X11_clipboard.hxx2
3 files changed, 4 insertions, 4 deletions
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