Fix header name.
authorhyunho kang <hhstark.kang@samsung.com>
Wed, 8 Apr 2015 06:57:56 +0000 (15:57 +0900)
committerhyunho kang <hhstark.kang@samsung.com>
Wed, 8 Apr 2015 06:57:56 +0000 (15:57 +0900)
Change-Id: I1ad77be8fa6c4bf0c588c95972479ac2f1634e9b
Signed-off-by: hyunho kang <hhstark.kang@samsung.com>
org.tizen.tutorials/html/native/app_framework/service_app_tutorial_n.htm

index 93434ae..af8f773 100644 (file)
@@ -64,9 +64,9 @@
 <p>To listen to events:</p>
 
 <ol>
-<li><p>To use the functions and data types of the <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__SERVICE__APP__MODULE.html">Service Application</a> API, include the <span style="font-family: Courier New,Courier,monospace">&lt;serviceapp.h&gt;</span> header file in your application:</p>
+<li><p>To use the functions and data types of the <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__SERVICE__APP__MODULE.html">Service Application</a> API, include the <span style="font-family: Courier New,Courier,monospace">&lt;service_app.h&gt;</span> header file in your application:</p>
 <pre class="prettyprint">
-#include &lt;serviceapp.h&gt;
+#include &lt;service_app.h&gt;
 </pre></li>
 <li>