From a8d00a8080d425fcfa130d3b4def840d07ef101b Mon Sep 17 00:00:00 2001
From: Ian <aristophian@googlemail.com>
Date: Sat, 29 Aug 2015 19:53:50 +0200
Subject: [PATCH] typo

---
 include/functions_rss.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/functions_rss.inc.php b/include/functions_rss.inc.php
index aafcdd8b..444579e4 100644
--- a/include/functions_rss.inc.php
+++ b/include/functions_rss.inc.php
@@ -23,7 +23,7 @@ if (defined('S9Y_FRAMEWORK_RSS')) {
  * @param   array       A superarray of entries to output
  * @param   string      The version/type of a RSS/Atom feed to display (atom1_0, rss2_0 etc)
  * @param   boolean     If true, this is a comments feed. If false, it's an Entry feed.
- * @param   boolean     Indicates if this feed is a fulltext feed (true) or only excercpt (false)
+ * @param   boolean     Indicates if this feed is a fulltext feed (true) or only excerpt (false)
  * @param   boolean     Indicates if E-Mail addresses should be shown (true) or hidden (false)
  * @return
  */