diff -r fc58927f24b8 -r 2f4e3c312b65 scripts/patch-rework.sh --- a/scripts/patch-rework.sh Sun Dec 19 11:57:08 2010 +0100 +++ b/scripts/patch-rework.sh Tue Nov 22 14:18:14 2011 +0800 @@ -123,7 +123,7 @@ 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"