summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/fuzzfiles2
-rw-r--r--configure.ac2
-rw-r--r--dbaccess/source/core/api/TableDeco.cxx2
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/TypeDetection.java2
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_field.xsl2
-rw-r--r--postprocess/CustomTarget_registry.mk2
-rw-r--r--svl/qa/unit/svl.cxx2
-rw-r--r--vcl/inc/svdata.hxx2
8 files changed, 8 insertions, 8 deletions
diff --git a/bin/fuzzfiles b/bin/fuzzfiles
index e650fe5ffe08..ed0432d2371c 100755
--- a/bin/fuzzfiles
+++ b/bin/fuzzfiles
@@ -37,5 +37,5 @@ for file in $@; do
zzuf -r $ratio < $file > "$basename-$ratio-$i"
done #end of for i in {1..
done #end of for ratio in ...
- fi #end if of file vailidity check
+ fi #end if of file validity check
done #end for file in $@
diff --git a/configure.ac b/configure.ac
index d418e54d0d2a..9b31d8904b54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3233,7 +3233,7 @@ printf ("hello world\n");
fi
AC_SUBST(HAVE_LD_BSYMBOLIC_FUNCTIONS)
-# Use -isystem (gcc) if possible, to avoid warnigs in 3rd party headers.
+# Use -isystem (gcc) if possible, to avoid warnings in 3rd party headers.
# NOTE: must _not_ be used for bundled external libraries!
ISYSTEM=
if test "$GCC" = "yes"; then
diff --git a/dbaccess/source/core/api/TableDeco.cxx b/dbaccess/source/core/api/TableDeco.cxx
index d2798165b36c..be1b8512ee73 100644
--- a/dbaccess/source/core/api/TableDeco.cxx
+++ b/dbaccess/source/core/api/TableDeco.cxx
@@ -373,7 +373,7 @@ Any SAL_CALL ODBTableDecorator::queryInterface( const Type & rType )
Sequence< Type > SAL_CALL ODBTableDecorator::getTypes( )
{
Reference<XTypeProvider> xTypes(m_xTable,UNO_QUERY);
- OSL_ENSURE(xTypes.is(),"Table must be a TypePropvider!");
+ OSL_ENSURE(xTypes.is(),"Table must be a TypeProvider!");
return xTypes->getTypes();
}
diff --git a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
index b3e6c914b8af..f46b85f38371 100644
--- a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
+++ b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
@@ -274,7 +274,7 @@ public class TypeDetection extends ComplexTestCase {
}
}
- /** To check the <CODE>TypeDedection</CODE> by URL the <CODE>MediaDescriptor</CODE>
+ /** To check the <CODE>TypeDetection</CODE> by URL the <CODE>MediaDescriptor</CODE>
* was filled at first with the URL only, at second with <CODE>XInputStream</CODE>
* only. The <CODE>TypeDetection</CODE> must return the expected value
* @param fileAlias the alias name of the test file
diff --git a/filter/source/xslt/export/wordml/ooo2wordml_field.xsl b/filter/source/xslt/export/wordml/ooo2wordml_field.xsl
index 3e327e11a4b8..349a07e0e006 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_field.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_field.xsl
@@ -509,7 +509,7 @@
<xsl:call-template name="export_hyoerlink"/>
</xsl:template>
<xsl:template name="export_hyoerlink">
- <!-- all params are useed by draw -->
+ <!-- all params are used by draw -->
<xsl:param name="TargetMeasure"/>
<xsl:param name="x-adjust"/>
<xsl:param name="y-adjust"/>
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index bc120e444939..5bb86845b423 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -584,7 +584,7 @@ $(call gb_CustomTarget_get_workdir,postprocess/registry)/Langpack-%.list :
echo '<list><dependency file="main"/><filename>$(call gb_XcuLangpackTarget_get_target,Langpack-$*.xcu)</filename></list>' > $@
# It can happen that localized fcfg_langpack_*.zip contains
-# zero-sized org/openoffice/TypeDectection/Filter.xcu; filter them out in the
+# zero-sized org/openoffice/TypeDetection/Filter.xcu; filter them out in the
# find shell command below (see issue 110041):
$(call gb_CustomTarget_get_workdir,postprocess/registry)/fcfg_langpack_%.list :
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),AWK,2)
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index 12efb5b06ea6..69c1be6f853f 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -1294,7 +1294,7 @@ void Test::testUserDefinedNumberFormats()
checkPreviewString(aFormatter, sCode, M_PI, eLang, sExpected);
}
{ // tdf#101096: different detection of month/minute with Excel
- sCode = "HH DD MM"; // month detectected because of previous DD
+ sCode = "HH DD MM"; // month detected because of previous DD
sExpected = "03 02 01";
checkPreviewString(aFormatter, sCode, M_PI, eLang, sExpected);
sCode = "HH:MM HH DD/MM"; // month detected because of previous DD
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index 233ff8add528..407f1ceff165 100644
--- a/vcl/inc/svdata.hxx
+++ b/vcl/inc/svdata.hxx
@@ -210,7 +210,7 @@ struct ImplSVWinData
std::vector<Image> maMsgBoxImgList; // ImageList for MessageBox
VclPtr<vcl::Window> mpAutoScrollWin; // window, that is in AutoScrollMode mode
VclPtr<vcl::Window> mpLastWheelWindow; // window, that last received a mouse wheel event
- SalWheelMouseEvent maLastWheelEvent; // the last received mouse whell event
+ SalWheelMouseEvent maLastWheelEvent; // the last received mouse wheel event
StartTrackingFlags mnTrackFlags = StartTrackingFlags::NONE; // tracking flags
StartAutoScrollFlags mnAutoScrollFlags = StartAutoScrollFlags::NONE; // auto scroll flags