From 03cceb439aad86c6feca4b6052725a326071fe5b Mon Sep 17 00:00:00 2001 From: Jin-Woo Jeong Date: Tue, 2 Feb 2016 10:55:34 +0900 Subject: [PATCH] Fix typo Change-Id: Ia6925fcf65f385276e97810a42697d85bacc1b78 --- org.tizen.gettingstarted/html/native/details/error_handling_n.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.tizen.gettingstarted/html/native/details/error_handling_n.htm b/org.tizen.gettingstarted/html/native/details/error_handling_n.htm index fce0aee..69438f7 100644 --- a/org.tizen.gettingstarted/html/native/details/error_handling_n.htm +++ b/org.tizen.gettingstarted/html/native/details/error_handling_n.htm @@ -73,7 +73,7 @@ int result = location_manager_create(LOCATION_METHOD_GPS, location_handle); if (LOCATIONS_ERROR_NONE != result) { -   errMsg = get_error_message(ret); +   errMsg = get_error_message(result);    dlog_print(DLOG_INFO, "MyTag", "%s", errMsg); } @@ -105,4 +105,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga - \ No newline at end of file + -- 2.7.4