aboutsummaryrefslogtreecommitdiffstats
path: root/stella.js
diff options
context:
space:
mode:
authoranekos2011-08-07 19:32:26 +0900
committeranekos2011-08-07 19:32:26 +0900
commitd82717ee695339c076556e4092cb160194715127 (patch)
treef58aa41eeddaf878800c0ea0ad5565400b8d5f7b /stella.js
parent497bed332c3fc0bbdb8b5a4fd9c73bc11fec0287 (diff)
downloadvimperator-plugins-d82717ee695339c076556e4092cb160194715127.tar.bz2
Fix a typo
Diffstat (limited to 'stella.js')
-rw-r--r--stella.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/stella.js b/stella.js
index 6b476cd..51692e5 100644
--- a/stella.js
+++ b/stella.js
@@ -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);