summaryrefslogtreecommitdiff
path: root/sfeed_update
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-01-16 00:02:12 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-01-16 12:27:13 +0100
commit57d341d9826ff742b5f69cab8228d0d06c3997a3 (patch)
tree312bac141123aeb85a10a6ceca65985562ef57af /sfeed_update
parenta94f19744a2b62b021fcd3741ec2e4d5316ed49a (diff)
sfeed_update: typo in comment
Diffstat (limited to 'sfeed_update')
-rwxr-xr-xsfeed_update2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_update b/sfeed_update
index c2fd06d..6ca5d6e 100755
--- a/sfeed_update
+++ b/sfeed_update
@@ -50,7 +50,7 @@ convertencoding() {
if [ "$2" != "" ] && [ "$3" != "" ] && [ "$2" != "$3" ]; then
iconv -cs -f "$2" -t "$3" 2> /dev/null
else
- # else no convert, just output
+ # else no convert, just output.
cat
fi
}