Fix typo in Stevenson

This commit is contained in:
Brian Kim
2013-05-31 17:23:57 -04:00
parent 6296010c43
commit 1083bfd533

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
#