[Libreoffice-commits] core.git: postprocess/signing sc/source svtools/source
Julien Nabet
serval2412 at yahoo.fr
Fri Sep 11 23:06:11 PDT 2015
postprocess/signing/signing.pl | 2 +-
sc/source/core/data/markdata.cxx | 2 +-
svtools/source/svrtf/svparser.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 074d4b236266bf2934ea637da6c9bf4f18da4d0a
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Sep 12 08:05:31 2015 +0200
Typo: muliple->multiple
Change-Id: Iebcf44d99bd4cabd5f7f1242e44c1c1d8e5a10d5
diff --git a/postprocess/signing/signing.pl b/postprocess/signing/signing.pl
index 875076a..bd5c2e3 100644
--- a/postprocess/signing/signing.pl
+++ b/postprocess/signing/signing.pl
@@ -152,7 +152,7 @@ sub sign_files #09.07.2007 10:36
$commandline_base .= " -t $opt_timestamp_url" if ($opt_timestamp_url ne "");
# Here switch between:
- # one command line for muliple files (all doesn't work, too much) / for each file one command line
+ # one command line for multiple files (all doesn't work, too much) / for each file one command line
if ( $max_files > 1 ) {
exec_multi_sign($files_to_sign, $commandline_base);
} else
diff --git a/sc/source/core/data/markdata.cxx b/sc/source/core/data/markdata.cxx
index ab333db..28d5dc9 100644
--- a/sc/source/core/data/markdata.cxx
+++ b/sc/source/core/data/markdata.cxx
@@ -377,7 +377,7 @@ void ScMarkData::FillRangeListWithMarks( ScRangeList* pList, bool bClear ) const
if (bClear)
pList->RemoveAll();
- //TODO: for muliple selected tables enter multiple ranges !!!
+ //TODO: for multiple selected tables enter multiple ranges !!!
if ( bMultiMarked )
{
diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx
index 7e1c053..2a76863 100644
--- a/svtools/source/svrtf/svparser.cxx
+++ b/svtools/source/svrtf/svparser.cxx
@@ -153,7 +153,7 @@ sal_Unicode SvParser::GetNextChar()
{
sal_Unicode c = 0U;
- // When reading muliple bytes, we don't have to care about the file
+ // When reading multiple bytes, we don't have to care about the file
// position when we run into the pending state. The file position is
// maintained by SaveState/RestoreState.
bool bErr;
More information about the Libreoffice-commits
mailing list