aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuVene2009-01-26 08:23:02 +0000
committersuVene2009-01-26 08:23:02 +0000
commit6e36a1faaf950ba0e829ad0dc824ed835193335f (patch)
tree637e9bef80795ccb7c8f3f432a40280508827407
parentb4bbdd56249d750c17fd7aff8157a867a0737d9a (diff)
downloadvimperator-plugins-6e36a1faaf950ba0e829ad0dc824ed835193335f.tar.bz2
fixed typo.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29069 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--copy.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/copy.js b/copy.js
index 4849617..76f5acb 100644
--- a/copy.js
+++ b/copy.js
@@ -206,7 +206,7 @@ function wedataRegister(item){
if (!check){
ans = window.confirm(
- 'warnning!!!: execute "' + item.label + '" ok ?\n' +
+ 'warning!!!: execute "' + item.label + '" ok ?\n' +
'(this function is working with unsafe sandbox.)\n\n' +
'----- execute code -----\n\n' +
'value: ' + item.value + '\n' +
@@ -220,7 +220,7 @@ function wedataRegister(item){
ans = true;
} else {
ans = window.confirm(
- 'warnning!!!: "' + item.label + '" was changed when you registered the function.\n' +
+ 'warning!!!: "' + item.label + '" was changed when you registered the function.\n' +
'(this function is working with unsafe sandbox.)\n\n' +
'----- execute code -----\n\n' +
'value: ' + item.value + '\n' +