shell: Fix typo error in pepper-shell.xml 10/56910/1
authorTaekyun Kim <tkq.kim@samsung.com>
Wed, 13 Jan 2016 09:35:12 +0000 (18:35 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Wed, 13 Jan 2016 09:35:12 +0000 (18:35 +0900)
Change-Id: If0f493a323847daafbcc770ed4dfd5b4a8f7833b

src/lib/desktop-shell/protocol/pepper-shell.xml

index 07c844fd416386b13f20254d52831fa881be13cd..e33c33da667d06510a590a964ba276c4825671a3 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<protocol name="pepper_shellr">
+<protocol name="pepper_shell">
+
   <copyright>
     Copyright © 2015      S-Core Corporation
 
@@ -42,7 +43,7 @@
     </enum>
 
     <request name="destroy" type="destructor">
-      <description summary="destroy pepper_cursor">
+      <description summary="destroy pepper_shell">
         Destroy this pepper_shell object.
       </description>
     </request>
@@ -53,5 +54,6 @@
       </description>
       <arg name="surface" type="object" interface="wl_surface"/>
     </request>
+
   </interface>
 </protocol>