setting-keys: Fix vconf key typo 93/297393/1 accepted/tizen/unified/20230821.162305 accepted/tizen/unified/20230822.162233
authorYunhee Seo <yuni.seo@samsung.com>
Fri, 18 Aug 2023 02:05:39 +0000 (11:05 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Fri, 18 Aug 2023 02:05:39 +0000 (11:05 +0900)
Fix typo.
VCONFKEY_SETAPPL_ACCESSIBILITY_VIBRATRION_FEEDBACK_THEME
-> VCONFKEY_SETAPPL_ACCESSIBILITY_VIBRATION_FEEDBACK_THEME

Change-Id: I0240bf78deea183c1c42da9a976219f2ad4cef90
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
data/vconf-internal-setting-keys.xml

index e1d969a..a3b73d5 100644 (file)
@@ -1840,7 +1840,7 @@ echo "Do Nothing on TV"
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
   <vconfkey type="int32" name="db/setting/accessibility/vibration_feedback_theme" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/systemsettings.admin">
-    <header>VCONFKEY_SETAPPL_ACCESSIBILITY_VIBRATRION_FEEDBACK_THEME</header>
+    <header>VCONFKEY_SETAPPL_ACCESSIBILITY_VIBRATION_FEEDBACK_THEME</header>
     <val>0</val>
     <creator>Chanwoo Choi</creator>
     <email>cw00.choi@samsung.com</email>