diff --git a/compare-master-to-stable.js b/compare-master-to-stable.js index 7b151d4f9759..d6ded7317a43 100755 --- a/compare-master-to-stable.js +++ b/compare-master-to-stable.js @@ -44,7 +44,7 @@ var noArgs = function (fn) { var identity = function (i) { return i; }; -// like Q.all, but runs the comands in series +// like Q.all, but runs the commands in series // useful for ensuring env state (like which branch is checked out) var allInSeries = function (fn) { return function (args) {