fix typo - randomcrap - random crap programs of varying quality
 (HTM) git clone git://git.codemadness.org/randomcrap
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 13f6a58004743201e35c445060e351af7c544bfd
 (DIR) parent 9cb7a64e11a02f5fc05f1fd439fe5d7f9be99551
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Wed, 12 Apr 2023 22:48:08 +0200
       
       fix typo
       
       Diffstat:
         M sfeed/sfeed_frames_content.c        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/sfeed/sfeed_frames_content.c b/sfeed/sfeed_frames_content.c
       @@ -182,7 +182,7 @@ printfeed(FILE *fpitems, FILE *fpin, struct feed *f)
        
                                /* NOTE: this prints the raw HTML of the feed, this is
                                 * potentially dangerous, it is left up to the
       -                         * user / browser to trust a feed it's HTML content. */
       +                         * user / browser to trust a feed its HTML content. */
                                if (!strcmp(fields[FieldContentType], "html")) {
                                        printcontent(fields[FieldContent], fpcontent);
                                } else {