summaryrefslogtreecommitdiff
path: root/scripts/patch-rework.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-17 14:53:40 (GMT)
committerAntony N. Pavlov" <antony@niisi.msk.ru>2011-07-17 14:53:40 (GMT)
commitc009897aeec4ac3265498664937b2b86870b9984 (patch)
tree046538459cc0fffed04c7483331db2bd0a76ab35 /scripts/patch-rework.sh
parent30ad622618504b5801ae06a4f28ebd0d10655648 (diff)
misc: fix more typos here and there...
Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
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"