You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2013/08/22 01:01:58 UTC

git commit: fixed typo in firefoxos config

Updated Branches:
  refs/heads/dev dd69d8069 -> 2ddbb6aa3


fixed typo in firefoxos config


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/2ddbb6aa
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/2ddbb6aa
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/2ddbb6aa

Branch: refs/heads/dev
Commit: 2ddbb6aa32719d8ac41e544a1088db3e33cdccd1
Parents: dd69d80
Author: hermwong <he...@gmail.com>
Authored: Wed Aug 21 16:01:53 2013 -0700
Committer: hermwong <he...@gmail.com>
Committed: Wed Aug 21 16:01:53 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/2ddbb6aa/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7935128..99d752c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -17,7 +17,7 @@
     <platform name="firefoxos">
         <config-file target="config.xml" parent="/*">
             <feature name="Vibration">
-                <param name="firefoxos-package" value="Vibraton" />
+                <param name="firefoxos-package" value="Vibration" />
             </feature>
         </config-file>