diff --git a/lib/rules/complexity.js b/lib/rules/complexity.js index 91180e98954..7fc8bf9bc2e 100644 --- a/lib/rules/complexity.js +++ b/lib/rules/complexity.js @@ -1,6 +1,6 @@ /** * @fileoverview Counts the cyclomatic complexity of each function of the script. See http://en.wikipedia.org/wiki/Cyclomatic_complexity. - * Counts the number of if, conditional, for, whilte, try, switch/case, + * Counts the number of if, conditional, for, while, try, switch/case, * @author Patrick Brosset */