aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/renamer
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/renamer')
-rwxr-xr-xplugins/renamer2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/renamer b/plugins/renamer
index 5dc8271..8ea2d92 100755
--- a/plugins/renamer
+++ b/plugins/renamer
@@ -31,7 +31,7 @@ if [ -s "$selection" ]; then
fi
if [ "$resp" = "y" ]; then
- # -o flag is necessary for interative editors
+ # -o flag is necessary for interactive editors
xargs -o -0 $batchrenamesel < "$selection"
elif [ ! "$(LC_ALL=C ls -a)" = ".
.." ]; then