From da38dbe5847c9bbf231119f3b60fae0800c0370b Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sat, 23 Jul 2011 01:16:40 -0400 Subject: fixed misspelling of exerpt to excerpt for in the Octopress filters --- plugins/octopress_filters.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/octopress_filters.rb b/plugins/octopress_filters.rb index 5b49363b..429e505c 100644 --- a/plugins/octopress_filters.rb +++ b/plugins/octopress_filters.rb @@ -2,7 +2,7 @@ module OctopressFilters # Used on the blog index to split posts on the marker - def exerpt(input) + def excerpt(input) if input.index(//i) input.split(//i)[0] else -- cgit v1.2.1