From 581aab1e3e5c237e01bc9e21621e526f3d8780e8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 19 Dec 2013 05:24:12 +0100 Subject: [PATCH] (Android) Small typo fix --- .../retroarch/browser/retroactivity/RetroActivityLocation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityLocation.java b/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityLocation.java index 77120e8f93..24b66c34cd 100644 --- a/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityLocation.java +++ b/android/phoenix/src/com/retroarch/browser/retroactivity/RetroActivityLocation.java @@ -201,7 +201,7 @@ LocationListener } /** - * Gets the longtude at the current location in degrees. + * Gets the longitude at the current location in degrees. * * @return the longitude at the current location. */