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

Fix typos

Change-Id: Id31aa22a98f7520a37e624cbb1dc4d949246c0fb
Reviewed-on: https://gerrit.libreoffice.org/57622
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 35c4e29e
......@@ -113,8 +113,8 @@ mkdir $outdir
#diskSpace=`df -k $outdir | $tail_prog -1 | awk '{if ( $4 ~ /%/) { print $3 } else { print $4 } }'`
#if [ $diskSpace -lt $diskSpaceRequired ]; then
# printf "You will need atleast %s kBytes of Disk Free\n" $diskSpaceRequired
# printf "Please free up the required Disk Space and try again\n"
# printf "You will need at least %s kBytes of free disk space\n" $diskSpaceRequired
# printf "Please free up the required disk space and try again\n"
# exit 3
#fi
......
......@@ -208,7 +208,7 @@ void VclQtMixinBase::mixinCloseEvent(QCloseEvent* pEvent)
pEvent->accept();
// SalEvent::Close returning false may mean that user has vetoed
// closing the frame ("you have unsaved changes" dialog for example)
// We should't process the event in such case
// We shouldn't process the event in such case
else
pEvent->ignore();
}
......
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