Skip to content

Commit

Permalink
Change phrasing in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergi Mansilla committed Jun 8, 2012
1 parent 28b8cf1 commit 4e2a980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins-client/ext.revisions/revisions.js
Expand Up @@ -1309,9 +1309,9 @@ module.exports = ext.register("ext/revisions/revisions", {
return;
}

// We should get here regardless if (we are in collab AND we are
// master), OR if we are in single mode. In both situations, we just
// want the current user to save its docs contents
// We should get here if we are in collab AND we are master, OR if
// we are in single mode. In both situations, we just want the
// current user to save its docs contents
var revObj = this.$getRevisionObject(docPath);
if (revObj.hasBeenSentToWorker === true) {
this.worker.postMessage({
Expand Down

0 comments on commit 4e2a980

Please sign in to comment.