diff options
Diffstat (limited to 'scripts/patch-rework.sh')
-rwxr-xr-x | scripts/patch-rework.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/patch-rework.sh b/scripts/patch-rework.sh index 9b9f9127..3d97795d 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" |