jsonfeed: 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 0bf44ff4ffdb6a7b92fe9cb94780b88154f1650a
(DIR) parent bb5c92c7c1bacd4f910a23179f13424828b9cd47
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Thu, 6 Apr 2023 19:25:01 +0200
jsonfeed: fix typo
Diffstat:
M config/sfeed/connectors/jsonfeed | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/config/sfeed/connectors/jsonfeed b/config/sfeed/connectors/jsonfeed
@@ -1,10 +1,10 @@
#!/bin/sh
-# JSONfeed (subset) to Atom converter.
+# JSON Feed (subset) to Atom converter.
# Dependencies: json2tsv, awk.
# JSONfeed specification: https://www.jsonfeed.org/version/1/
# Atom specification: https://datatracker.ietf.org/doc/html/rfc4287
#
-# NOTE: it will not convert all possible JSONfeed fields.
+# NOTE: it will not convert all possible JSON Feed fields.
#
# See also the C version: https://codemadness.org/git/jfconvert/