summaryrefslogtreecommitdiff
path: root/sfeed_gopher.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-04-12 22:55:54 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-04-12 22:55:54 +0200
commit728270f69c34a84cb10aa891178c90c8fe36320d (patch)
treefe776d00769a34fd94022679b5e0255de80bea76 /sfeed_gopher.c
parentced0dd7f8a01dedad3ba16c4cf209aea673c3e82 (diff)
fix some typos
Diffstat (limited to 'sfeed_gopher.c')
-rw-r--r--sfeed_gopher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_gopher.c b/sfeed_gopher.c
index 290d2d2..f62c6ed 100644
--- a/sfeed_gopher.c
+++ b/sfeed_gopher.c
@@ -64,7 +64,7 @@ printfeed(FILE *fpitems, FILE *fpin, struct feed *f)
if (fields[FieldLink][0]) {
itemtype = 'h';
- /* if it's a gopher URL then change it into a DirEntity */
+ /* if it is a gopher URL then change it into a DirEntity */
if (!strncmp(fields[FieldLink], "gopher://", 9) &&
uri_parse(fields[FieldLink], &u) != -1) {
itemhost = u.host;