From: Jin-Woo Jeong Date: Tue, 2 Feb 2016 01:55:34 +0000 (+0900) Subject: Fix typo X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03cceb439aad86c6feca4b6052725a326071fe5b;p=sdk%2Fonline-doc.git Fix typo Change-Id: Ia6925fcf65f385276e97810a42697d85bacc1b78 --- 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 +