Merge pull request #1166 from dracula2000/stevenson

Fix typo in Stevenson: "ERROR" only has three "R's".
This commit is contained in:
Parker Moore
2013-06-02 10:05:51 -07:00

View File

@@ -5,7 +5,7 @@ module Jekyll
DEBUG = 0
INFO = 1
WARN = 2
ERRROR = 3
ERROR = 3
# Public: Create a new instance of Stevenson, Jekyll's logger
#