[gnome-maps] modified-file: Corrected a typo in src/transitplugins/openTripPlanner.js



commit 4e3d0947cde1989d97ac0976b4ea57777f4be5a9
Author: dvijaywargiya <dvijaywargiya gmail com>
Date:   Thu Dec 5 10:19:46 2019 +0530

    modified-file: Corrected a typo in src/transitplugins/openTripPlanner.js
    
    There was a typo in the line number 1212 in the above mentioned file.
    
    I corrected the spelling and committed.
    
    https://gitlab.gnome.org/GNOME/gnome-maps/issues/238

 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 c3fcbc1d..1d8788d6 100644
--- a/src/transitplugins/openTripPlanner.js
+++ b/src/transitplugins/openTripPlanner.js
@@ -1209,7 +1209,7 @@ var OpenTripPlanner = class OpenTripPlanner {
                 let exit = step.exit;
 
                 if (exit)
-                    return _("In the roundaboat, take exit %s").format(exit);
+                    return _("In the roundabout, take exit %s").format(exit);
                 else if (street)
                     return _("In the roundabout, take exit to %s").format(street);
                 else


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