diff options
author | teramako | 2011-06-03 19:22:28 +0900 |
---|---|---|
committer | teramako | 2011-06-03 19:22:28 +0900 |
commit | 7ffaf4f80305c6cea806d8f558a5043b27c121be (patch) | |
tree | 3de175d46869e6204858b5c580838bfb2c225ca7 /walk-input.js | |
parent | d047c1c57089b6cc838354d435a4e93f76eee4b2 (diff) | |
download | vimperator-plugins-7ffaf4f80305c6cea806d8f558a5043b27c121be.tar.bz2 |
fix typo
thanks for the report:
>> 336
http://hibari.2ch.net/test/read.cgi/software/1282406907/
Diffstat (limited to 'walk-input.js')
-rw-r--r-- | walk-input.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/walk-input.js b/walk-input.js index f788746..77d4caa 100644 --- a/walk-input.js +++ b/walk-input.js @@ -65,7 +65,7 @@ let INFO = var types = [ "text", - "passsword", + "password", "search", "file", "datetime", |