From 296b178497c5fa41385bdd614c1a6277207cdd95 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Mon, 26 Apr 2021 02:40:04 +0200 Subject: [PATCH] typo --- strm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strm b/strm index 9f53243..71aa5c4 100755 --- a/strm +++ b/strm @@ -118,7 +118,7 @@ for i in "${!query[@]}"; do find_arguments+=("-a") fi - # Use the ipath argument to search case insensitive + # Use the ipath argument to search case-insensitive find_arguments+=("-ipath") find_arguments+=("'*${query[$i]}*'") done