From 6e36a1faaf950ba0e829ad0dc824ed835193335f Mon Sep 17 00:00:00 2001 From: suVene Date: Mon, 26 Jan 2009 08:23:02 +0000 Subject: fixed typo. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29069 d0d07461-0603-4401-acd4-de1884942a52 --- copy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'copy.js') 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' + -- cgit v1.2.3