sfeed.c: fix a typo in a comment - sfeed - RSS and Atom parser
 (HTM) git clone git://git.codemadness.org/sfeed
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 86476894e7cc6e41856303957889cf248f4a28a2
 (DIR) parent d9c6a516765d10d0548f7cbf31caa0b37ce8c262
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 11 Nov 2025 20:46:04 +0100
       
       sfeed.c: fix a typo in a comment
       
       Diffstat:
         M sfeed.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/sfeed.c b/sfeed.c
       @@ -178,7 +178,7 @@ static const int fieldmap[TagLast] = {
                [RSSTagContentEncoded]     = FeedFieldContent,
                [RSSTagGuid]               = -1,
                [RSSTagGuidPermalinkFalse] = FeedFieldId,
       -        [RSSTagGuidPermalinkTrue]  = FeedFieldId, /* special-case: both a link and an id */
       +        [RSSTagGuidPermalinkTrue]  = FeedFieldId, /* special case: both a link and an id */
                [RSSTagLink]               = FeedFieldLink,
                [RSSTagEnclosure]          = FeedFieldEnclosure,
                [RSSTagAuthor]             = FeedFieldAuthor,