[Libreoffice-commits] core.git: README.Solaris vcl/unx wizards/com
Julien Nabet
serval2412 at yahoo.fr
Sat Jun 13 13:58:53 PDT 2015
README.Solaris | 2 +-
vcl/unx/generic/dtrans/X11_selection.cxx | 2 +-
wizards/com/sun/star/wizards/web/Process.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 9e06b99129a4eda16e254dfb25a42d440763af06
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Jun 13 22:58:05 2015 +0200
Typos
Change-Id: I0e74d800593245fa00013035c9498b77988b072b
diff --git a/README.Solaris b/README.Solaris
index 3b005a0..fdc1cca 100644
--- a/README.Solaris
+++ b/README.Solaris
@@ -13,7 +13,7 @@ Prerequisites
A working Oracle Solaris 11 installation
-Installing Dependancies
+Installing Dependencies
-----------------------
sudo -s
diff --git a/vcl/unx/generic/dtrans/X11_selection.cxx b/vcl/unx/generic/dtrans/X11_selection.cxx
index c8263b6..b603a8e 100644
--- a/vcl/unx/generic/dtrans/X11_selection.cxx
+++ b/vcl/unx/generic/dtrans/X11_selection.cxx
@@ -2241,7 +2241,7 @@ bool SelectionManager::handleDropEvent( XClientMessageEvent& rMessage )
else
{
#if OSL_DEBUG_LEVEL > 1
- fprintf( stderr, "XdndDrop canceled due to m_bLastDropAccepted = fale\n" );
+ fprintf( stderr, "XdndDrop canceled due to m_bLastDropAccepted = false\n" );
#endif
DropTargetEvent aEvent;
aEvent.Source = static_cast< XDropTarget* >(it->second.m_pTarget);
diff --git a/wizards/com/sun/star/wizards/web/Process.py b/wizards/com/sun/star/wizards/web/Process.py
index 530b979..b8721a0 100644
--- a/wizards/com/sun/star/wizards/web/Process.py
+++ b/wizards/com/sun/star/wizards/web/Process.py
@@ -600,7 +600,7 @@ class Process(ProcessErrors):
self.exporters[export.cp_Name] = exp
return exp
- # @return tru if everything went smooth, false
+ # @return true if everything went smooth, false
# if error(s) accured.
def getResult(self):
return (self.myTask.getFailed() == 0) and self.result
More information about the Libreoffice-commits
mailing list