[orca] Fix for bug 730325 - There is a typo in a comment



commit 5a3c546879f8a5590259bbb0cc59c8619801049d
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Sun May 18 09:18:08 2014 -0400

    Fix for bug 730325 - There is a typo in a comment

 src/orca/settings.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/settings.py b/src/orca/settings.py
index 5266581..ae3a22e 100644
--- a/src/orca/settings.py
+++ b/src/orca/settings.py
@@ -628,7 +628,7 @@ def overrideKeyBindings(script, keyBindings):
 def overridePronunciations(script, pronunciations):
     return pronunciations
 
-# This is a list of events that Orca should immidiately drop and never look at.
+# This is a list of events that Orca should immediately drop and never look at.
 #
 ignoredEventsList = ['object:bounds-changed']
 


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