Kaydet (Commit) 074d4b23 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: muliple->multiple

Change-Id: Iebcf44d99bd4cabd5f7f1242e44c1c1d8e5a10d5
üst 4f918cd5
...@@ -152,7 +152,7 @@ sub sign_files #09.07.2007 10:36 ...@@ -152,7 +152,7 @@ sub sign_files #09.07.2007 10:36
$commandline_base .= " -t $opt_timestamp_url" if ($opt_timestamp_url ne ""); $commandline_base .= " -t $opt_timestamp_url" if ($opt_timestamp_url ne "");
# Here switch between: # 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 ) { if ( $max_files > 1 ) {
exec_multi_sign($files_to_sign, $commandline_base); exec_multi_sign($files_to_sign, $commandline_base);
} else } else
......
...@@ -377,7 +377,7 @@ void ScMarkData::FillRangeListWithMarks( ScRangeList* pList, bool bClear ) const ...@@ -377,7 +377,7 @@ void ScMarkData::FillRangeListWithMarks( ScRangeList* pList, bool bClear ) const
if (bClear) if (bClear)
pList->RemoveAll(); pList->RemoveAll();
//TODO: for muliple selected tables enter multiple ranges !!! //TODO: for multiple selected tables enter multiple ranges !!!
if ( bMultiMarked ) if ( bMultiMarked )
{ {
......
...@@ -153,7 +153,7 @@ sal_Unicode SvParser::GetNextChar() ...@@ -153,7 +153,7 @@ sal_Unicode SvParser::GetNextChar()
{ {
sal_Unicode c = 0U; 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 // position when we run into the pending state. The file position is
// maintained by SaveState/RestoreState. // maintained by SaveState/RestoreState.
bool bErr; bool bErr;
......
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