grammar: compare=than
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/b325eea7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/b325eea7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/b325eea7 Branch: refs/heads/master Commit: b325eea7047e3cc6efebadb2a43920d29b2ec3b4 Parents: 1f2179e Author: Josh Soref <jso...@rim.com> Authored: Tue Aug 14 17:28:24 2012 -0400 Committer: Tim Kim <tim....@nitobi.com> Committed: Thu Aug 23 17:56:44 2012 -0700 ---------------------------------------------------------------------- lib/common/plugin/FileWriter.js | 2 +- lib/webworks/air/plugin/air/FileWriter.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/b325eea7/lib/common/plugin/FileWriter.js ---------------------------------------------------------------------- diff --git a/lib/common/plugin/FileWriter.js b/lib/common/plugin/FileWriter.js index ab2beb2..35a7a48 100644 --- a/lib/common/plugin/FileWriter.js +++ b/lib/common/plugin/FileWriter.js @@ -166,7 +166,7 @@ FileWriter.prototype.seek = function(offset) { if (offset < 0) { this.position = Math.max(offset + this.length, 0); } - // Offset is bigger then file size so set position + // Offset is bigger than file size so set position // to the end of the file. else if (offset > this.length) { this.position = this.length; http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/b325eea7/lib/webworks/air/plugin/air/FileWriter.js ---------------------------------------------------------------------- diff --git a/lib/webworks/air/plugin/air/FileWriter.js b/lib/webworks/air/plugin/air/FileWriter.js index 3f13d24..3917bb2 100644 --- a/lib/webworks/air/plugin/air/FileWriter.js +++ b/lib/webworks/air/plugin/air/FileWriter.js @@ -160,7 +160,7 @@ FileWriter.prototype.seek = function(offset) { if (offset < 0) { this.position = Math.max(offset + this.length, 0); } - // Offset is bigger then file size so set position + // Offset is bigger than file size so set position // to the end of the file. else if (offset > this.length) { this.position = this.length;