[orca] Typo fix.



commit 89c2964281f79357a861e89853e57215b248f262
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Sun Jan 23 18:41:37 2011 -0500

    Typo fix.

 src/orca/orca.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/orca.py b/src/orca/orca.py
index fb5039c..2689594 100644
--- a/src/orca/orca.py
+++ b/src/orca/orca.py
@@ -606,7 +606,7 @@ def setLocusOfFocus(event, obj, notifyScript=True, force=False):
             appList = [event.host_application, event.source.getApplication()]
         except LookupError:
             appList = []
-            debug.printlin(debug.LEVEL_SEVERE,
+            debug.println(debug.LEVEL_SEVERE,
                            "orca.setLocusOfFocus() application LookupError")
         if not currentApp in appList:
             return



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]