[gnome-maps] Fix a typo: "rigth" should be "right"



commit b66cab2fc413ff9a26d8c068ab9d8ba7d9bbef59
Author: Andre Klapper <a9016009 gmx de>
Date:   Sun Dec 15 19:16:19 2019 +0100

    Fix a typo: "rigth" should be "right"
    
    Fixes #240

 src/transitplugins/openTripPlanner.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/transitplugins/openTripPlanner.js b/src/transitplugins/openTripPlanner.js
index 1d8788d6..21954c24 100644
--- a/src/transitplugins/openTripPlanner.js
+++ b/src/transitplugins/openTripPlanner.js
@@ -1230,7 +1230,7 @@ var OpenTripPlanner = class OpenTripPlanner {
                 if (street)
                     return _("Make a right u-turn onto %s").format(street);
                 else
-                    return _("Make a rigth u-turn");
+                    return _("Make a right u-turn");
             default:
                 return '';
         }


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