From 18dc81ecf7fca5d72c4694b799699d5b132bf9db Mon Sep 17 00:00:00 2001 From: Ben Davies Date: Tue, 14 Oct 2014 18:53:00 +0100 Subject: [PATCH] Typo in comment --- feed.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed.go b/feed.go index 69f0372..8cc54f8 100644 --- a/feed.go +++ b/feed.go @@ -98,7 +98,7 @@ type Feed struct { } // New is a helper function to stay semi-compatible with -// the old code. Includes the database handlera to ensure +// the old code. Includes the database handler to ensure // that this approach is functionally identical to the // old databse/handlers version func New(cachetimeout int, enforcecachelimit bool, ch ChannelHandlerFunc, ih ItemHandlerFunc) *Feed {