Kaydet (Commit) 9e06b991 authored tarafından Julien Nabet's avatar Julien Nabet

Typos

Change-Id: I0e74d800593245fa00013035c9498b77988b072b
üst c2d65e08
...@@ -13,7 +13,7 @@ Prerequisites ...@@ -13,7 +13,7 @@ Prerequisites
A working Oracle Solaris 11 installation A working Oracle Solaris 11 installation
Installing Dependancies Installing Dependencies
----------------------- -----------------------
sudo -s sudo -s
......
...@@ -2241,7 +2241,7 @@ bool SelectionManager::handleDropEvent( XClientMessageEvent& rMessage ) ...@@ -2241,7 +2241,7 @@ bool SelectionManager::handleDropEvent( XClientMessageEvent& rMessage )
else else
{ {
#if OSL_DEBUG_LEVEL > 1 #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 #endif
DropTargetEvent aEvent; DropTargetEvent aEvent;
aEvent.Source = static_cast< XDropTarget* >(it->second.m_pTarget); aEvent.Source = static_cast< XDropTarget* >(it->second.m_pTarget);
......
...@@ -600,7 +600,7 @@ class Process(ProcessErrors): ...@@ -600,7 +600,7 @@ class Process(ProcessErrors):
self.exporters[export.cp_Name] = exp self.exporters[export.cp_Name] = exp
return exp return exp
# @return tru if everything went smooth, false # @return true if everything went smooth, false
# if error(s) accured. # if error(s) accured.
def getResult(self): def getResult(self):
return (self.myTask.getFailed() == 0) and self.result return (self.myTask.getFailed() == 0) and self.result
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