From 6dac288c724b47f4213a40d3a3a22895904e5bd7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 4 Nov 2020 15:54:11 +0100 Subject: Fix typos Change-Id: I8a7a313b54aafc5347e00c5afec4648e09dbc981 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105295 Tested-by: Jenkins Reviewed-by: Julien Nabet --- 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(-) 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 mpNamespaceMap; // the namepspace map + std::unique_ptr mpNamespaceMap; // the namespace map SvXMLUnitConverter maUnitConv; // the unit converter std::unique_ptr mpNumExport; std::unique_ptr 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} // 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 -- cgit