From 1b4f292351127c197a72c09cab4b82e4ab8e17ac Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 25 Mar 2013 20:04:52 +0000 Subject: [PATCH] Grammar --- plugins/tiddlywiki/filesystem/filesystemadaptor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tiddlywiki/filesystem/filesystemadaptor.js b/plugins/tiddlywiki/filesystem/filesystemadaptor.js index 0aee74eb3..794d7f7be 100644 --- a/plugins/tiddlywiki/filesystem/filesystemadaptor.js +++ b/plugins/tiddlywiki/filesystem/filesystemadaptor.js @@ -102,7 +102,7 @@ FileSystemAdaptor.prototype.saveTiddler = function(tiddler,callback) { return callback(err); } if($tw.boot.wikiInfo.doNotSave && $tw.boot.wikiInfo.doNotSave.indexOf(tiddler.fields.title) !== -1) { - // Don't save the tiddler if it's on the blacklist + // Don't save the tiddler if it is on the blacklist callback(null,{},0); } else if(fileInfo.hasMetaFile) { // Save the tiddler as a separate body and meta file