tmedia-stats.sh: fix label name for filter memes - bitreich-memestats - metrics and graphs for the bitreich meme collection
(HTM) git clone git://src.adamsgaard.dk/bitreich-memestats
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit a5154abe181226edf13ee348c2c1890cd496ba3e
(DIR) parent 0d4ccc88379ae392b79d44a65b65b1e3a3a6d7c0
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 25 Dec 2023 21:05:37 +0100
media-stats.sh: fix label name for filter memes
Diffstat:
M media-stats.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/media-stats.sh b/media-stats.sh
t@@ -71,7 +71,7 @@ printf '| number of movies: %8s |\n' "$n_vid"
printf ' '
printf '| number of emojis: %8s |\n' "$n_emoji"
printf ' '
-printf '| number of effects: %8s |\n' "$n_filter"
+printf '| number of filters: %8s |\n' "$n_filter"
printf ' '
printf '| average movie length: %10.1f s |\n' \
"$(printf '%f/%f\n' "$sum" "$i" | bc -l)"