summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.Solaris2
-rw-r--r--vcl/unx/generic/dtrans/X11_selection.cxx2
-rw-r--r--wizards/com/sun/star/wizards/web/Process.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.Solaris b/README.Solaris
index 3b005a0dd4d6..fdc1ccaa30a3 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 c8263b6e2356..b603a8e69b64 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 530b979b5e9c..b8721a096293 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