Fix typo in Stevenson

This commit is contained in:
Brian Kim 2013-05-31 17:23:57 -04:00
parent 6296010c43
commit 1083bfd533
1 changed files with 1 additions and 1 deletions

View File

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