diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-01-16 00:02:12 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-01-16 12:27:13 +0100 |
commit | 57d341d9826ff742b5f69cab8228d0d06c3997a3 (patch) | |
tree | 312bac141123aeb85a10a6ceca65985562ef57af | |
parent | a94f19744a2b62b021fcd3741ec2e4d5316ed49a (diff) |
sfeed_update: typo in comment
-rwxr-xr-x | sfeed_update | 2 |
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 } |