Fix typos
Change-Id: I28d9591517c324e995691139582c77b5cfdc9d77
Reviewed-on: https://gerrit.libreoffice.org/52211
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/linguistic/source/gciterator.hxx b/linguistic/source/gciterator.hxx
index 0d7a185..568a30f 100644
--- a/linguistic/source/gciterator.hxx
+++ b/linguistic/source/gciterator.hxx
@@ -57,7 +57,7 @@ struct FPEntry
// the starting position to be checked
sal_Int32 m_nStartIndex;
// the flag to identify whether the document does automatical grammar checking
// the flag to identify whether the document does automatic grammar checking
bool m_bAutomatic;
FPEntry()
diff --git a/lotuswordpro/source/filter/xfilter/xfutil.cxx b/lotuswordpro/source/filter/xfilter/xfutil.cxx
index c546622..c365bf5 100644
--- a/lotuswordpro/source/filter/xfilter/xfutil.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfutil.cxx
@@ -146,7 +146,7 @@ OUString GetUnderlineName(enumXFUnderline type)
return OUString("double-wave");
break;
case enumXFUnderlineSmallWave:
return OUString("samll-wave");
return OUString("small-wave");
break;
}
return OUString();
diff --git a/scaddins/idl/com/sun/star/sheet/addin/XAnalysis.idl b/scaddins/idl/com/sun/star/sheet/addin/XAnalysis.idl
index 995430c..2414296 100644
--- a/scaddins/idl/com/sun/star/sheet/addin/XAnalysis.idl
+++ b/scaddins/idl/com/sun/star/sheet/addin/XAnalysis.idl
@@ -400,7 +400,7 @@ module addin
double getDuration(
[in] com::sun::star::beans::XPropertySet xOptions,
[in] long Settlement, [in] long Maturity, [in] double Coupon, [in] double Yield,
[in] long Frequncy, [in] any Base )
[in] long Frequency, [in] any Base )
raises( com::sun::star::lang::IllegalArgumentException );
/// effect.
diff --git a/shell/inc/iso8601_converter.hxx b/shell/inc/iso8601_converter.hxx
index 570cecb..a8a0b4e 100644
--- a/shell/inc/iso8601_converter.hxx
+++ b/shell/inc/iso8601_converter.hxx
@@ -23,15 +23,15 @@
#include <string>
/* Converts ISO 8601 conform date/time
represenation to the representation
/* Converts ISO 8601 compliant date/time
representation to the representation
conforming to the current locale,
ignoring the milliseconds part if exists
*/
std::wstring iso8601_date_to_local_date(const std::wstring& iso8601date);
/* Converts ISO 8601 conform duration
/* Converts ISO 8601 compliant duration
representation to the representation
conforming to the current locale
*/
diff --git a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
index c55d951..331a769 100644
--- a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
+++ b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
@@ -29,8 +29,8 @@
#include <rtl/character.hxx>
/* Converts ISO 8601 conform date/time
represenation to the representation
/* Converts ISO 8601 compliant date/time
representation to the representation
conforming to the current locale
*/
std::wstring iso8601_date_to_local_date(const std::wstring& isoDate )
diff --git a/smoketest/data/Basic/Standard/Test_DB.xml b/smoketest/data/Basic/Standard/Test_DB.xml
index 4572f3d..d3452d1 100644
--- a/smoketest/data/Basic/Standard/Test_DB.xml
+++ b/smoketest/data/Basic/Standard/Test_DB.xml
@@ -32,7 +32,7 @@ Sub TestDB
Dim sDBName as String, sTable as String, sCurrentMessage as String
Dim nRowCount as Integer
Dim bResult as Boolean
Const sTestString = "Automatical Test"
Const sTestString = "Automatic Test"
On Local Error GoTo DBERROR
diff --git a/ucb/source/cacher/cachedcontentresultset.cxx b/ucb/source/cacher/cachedcontentresultset.cxx
index c7444b5..bf34312 100644
--- a/ucb/source/cacher/cachedcontentresultset.cxx
+++ b/ucb/source/cacher/cachedcontentresultset.cxx
@@ -1659,7 +1659,7 @@ sal_Bool SAL_CALL CachedContentResultSet
}
aGuard.clear();
//find out whethter the original resultset contains rows or not
//find out whether the original resultset contains rows or not
m_xResultSetOrigin->afterLast();
aGuard.reset();
@@ -1692,7 +1692,7 @@ sal_Bool SAL_CALL CachedContentResultSet
}
aGuard.clear();
//find out whethter the original resultset contains rows or not
//find out whether the original resultset contains rows or not
m_xResultSetOrigin->beforeFirst();
aGuard.reset();