From c5f9b6af489b035f0fff7ddcfa50eb038068cca7 Mon Sep 17 00:00:00 2001
From: Jer Noble <jer.noble@apple.com>
Date: Wed, 10 Aug 2022 20:16:17 -0700
Subject: [PATCH 1/1] Fix misspelling of "description"

---
 sf/feed.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sf/feed.xml b/sf/feed.xml
index 6af3c21..5d6180d 100644
--- a/sf/feed.xml
+++ b/sf/feed.xml
@@ -21,7 +21,7 @@ title: ""
         </image>
         <docs>http://www.rssboard.org/rss-specification</docs>
         <itunes:author>{{ site.podcast.title }}</itunes:author>
-        <itunes:summary>{{ site.podcast.escription | xml_escape }}</itunes:summary>
+        <itunes:summary>{{ site.podcast.description | xml_escape }}</itunes:summary>
         <itunes:explicit>clean</itunes:explicit>
         <itunes:image href="{{ site.url }}/RJS_pod_1400x1400.jpg"/>
         <itunes:owner>
-- 
2.40.1