[Libreoffice-commits] core.git: setup_native/scripts vcl/qt5
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Jul 19 16:55:14 UTC 2018
setup_native/scripts/langpackscript.sh | 4 ++--
vcl/qt5/Qt5Widget.cxx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit da9bb5165152bfa00425c08cf46d6a3775da0a1b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 19 16:22:39 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Jul 19 18:54:50 2018 +0200
Fix typos
Change-Id: Id31aa22a98f7520a37e624cbb1dc4d949246c0fb
Reviewed-on: https://gerrit.libreoffice.org/57622
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/setup_native/scripts/langpackscript.sh b/setup_native/scripts/langpackscript.sh
index 186390c19c05..4f0dd548467b 100644
--- a/setup_native/scripts/langpackscript.sh
+++ b/setup_native/scripts/langpackscript.sh
@@ -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
diff --git a/vcl/qt5/Qt5Widget.cxx b/vcl/qt5/Qt5Widget.cxx
index 8f96bc876322..75f95b40310e 100644
--- a/vcl/qt5/Qt5Widget.cxx
+++ b/vcl/qt5/Qt5Widget.cxx
@@ -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();
}
More information about the Libreoffice-commits
mailing list