Fix typo
authorJin-Woo Jeong <jinw.jeong@samsung.com>
Tue, 2 Feb 2016 01:55:34 +0000 (10:55 +0900)
committerJin-Woo Jeong <jinw.jeong@samsung.com>
Tue, 2 Feb 2016 01:55:48 +0000 (10:55 +0900)
Change-Id: Ia6925fcf65f385276e97810a42697d85bacc1b78

org.tizen.gettingstarted/html/native/details/error_handling_n.htm

index fce0aee..69438f7 100644 (file)
@@ -73,7 +73,7 @@ int result = location_manager_create(LOCATION_METHOD_GPS, location_handle);
 
 if (LOCATIONS_ERROR_NONE != result)
 {
-&nbsp;&nbsp;&nbsp;errMsg = get_error_message(ret);
+&nbsp;&nbsp;&nbsp;errMsg = get_error_message(result);
 &nbsp;&nbsp;&nbsp;dlog_print(DLOG_INFO, &quot;MyTag&quot;, &quot;%s&quot;, errMsg);
 }
 </pre>
@@ -105,4 +105,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>