summaryrefslogtreecommitdiff
path: root/sfeed.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed.c')
-rw-r--r--sfeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed.c b/sfeed.c
index f9c901f..744e7a5 100644
--- a/sfeed.c
+++ b/sfeed.c
@@ -206,7 +206,7 @@ string_append(String *s, const char *data, size_t len)
/* get timezone from string, return as formatted string and time offset,
* for the offset it assumes UTC.
- * NOTE: only parses timezones in RFC822, other timezones are ambiguous
+ * NOTE: only parses timezones in RFC-822, other timezones are ambiguous
* anyway. If needed you can add ones yourself, like "cest", "cet" etc. */
static int
gettimetz(const char *s, char *buf, size_t bufsiz, int *tzoffset)