diff options
author | anekos | 2011-08-07 19:32:26 +0900 |
---|---|---|
committer | anekos | 2011-08-07 19:32:26 +0900 |
commit | d82717ee695339c076556e4092cb160194715127 (patch) | |
tree | f58aa41eeddaf878800c0ea0ad5565400b8d5f7b /stella.js | |
parent | 497bed332c3fc0bbdb8b5a4fd9c73bc11fec0287 (diff) | |
download | vimperator-plugins-d82717ee695339c076556e4092cb160194715127.tar.bz2 |
Fix a typo
Diffstat (limited to 'stella.js')
-rw-r--r-- | stella.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -326,7 +326,7 @@ Thanks: file.appendRelativePath(U.fixFilename(title) + ext); if (file.exists()) - return U.echoerr('The file already exists! -> ' + file.path); + return U.echoError('The file already exists! -> ' + file.path); file = makeFileURI(file); |