summaryrefslogtreecommitdiff
path: root/scripts/patch-rework.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/patch-rework.sh')
-rwxr-xr-xscripts/patch-rework.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/patch-rework.sh b/scripts/patch-rework.sh
index 9b9f912..3d97795 100755
--- a/scripts/patch-rework.sh
+++ b/scripts/patch-rework.sh
@@ -123,7 +123,7 @@ $1=="+++" && mark==1 { nextfile; }
read -p " --> enter patch depth (or Ctrl-C to abort): " d
fi
- # Store the original list of fiels touched by the patch,
+ # Store the original list of files touched by the patch,
# removing the $d leading components
sed -r -e "s:^([^/]+/){${d}}::;" "../diffstat.orig" >"${dst}/${pname}.diffstat.orig"