[orca] Typo fix



commit 07ffe9ec2f817850fc77d01e590d1b9b3a6e1dbb
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Aug 29 19:58:15 2016 -0400

    Typo fix

 src/orca/messages.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/messages.py b/src/orca/messages.py
index 00fbb4b..09d0619 100644
--- a/src/orca/messages.py
+++ b/src/orca/messages.py
@@ -1333,12 +1333,12 @@ MODE_BROWSE_IS_STICKY = _("Browse mode is sticky.")
 # mouse. If this command fails, Orca will present this message.
 MOUSE_OVER_NOT_FOUND = _("Mouse over object not found.")
 
-# Translators: Orca has a feature to speak the item under the pointer. This feaure,
+# Translators: Orca has a feature to speak the item under the pointer. This feature,
 # known as mouse review, can be enabled and disabled via command. The following is
 # the message which Orca will present when mouse review is toggled off via command.
 MOUSE_REVIEW_DISABLED = _("Mouse review disabled.")
 
-# Translators: Orca has a feature to speak the item under the pointer. This feaure,
+# Translators: Orca has a feature to speak the item under the pointer. This feature,
 # known as mouse review, can be enabled and disabled via command. The following is
 # the message which Orca will present when mouse review is toggled on via command.
 MOUSE_REVIEW_ENABLED = _("Mouse review enabled.")


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