Kaydet (Commit) 5050e9d9 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I07cf04cd2acc5b50d64224edb9f2c2de2c61e356
Reviewed-on: https://gerrit.libreoffice.org/57884Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
üst cf1bb9d4
......@@ -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 $@
......@@ -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
......
......@@ -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();
}
......
......@@ -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
......
......@@ -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"/>
......
......@@ -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)
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment