Fix spelling of FilterSeparator constant.

This commit is contained in:
Mark H. Wilkinson
2008-08-18 20:32:34 +01:00
parent 7eeb895192
commit 916f501bde
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
module Liquid
FilterSperator = /\|/
FilterSeparator = /\|/
ArgumentSeparator = ','
FilterArgumentSeparator = ':'
VariableAttributeSeparator = '.'