From ac482a872ec66c826c81a0e753d67d43b9e5dca9 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Mon, 18 Apr 2005 14:03:05 +0000 Subject: Fix typos Approved by: sobomax --- Tools/scripts/README.patchtool | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Tools/scripts/README.patchtool') diff --git a/Tools/scripts/README.patchtool b/Tools/scripts/README.patchtool index 1057d0e3ddd1..59ee672a4438 100644 --- a/Tools/scripts/README.patchtool +++ b/Tools/scripts/README.patchtool @@ -24,7 +24,7 @@ The following options are supported: -f -- don't ask any question if target patchfile already exists and is to be replaced; -u -- run tool in the "update" mode (see above); - -i -- perform requiested operation (generate or update) even if the + -i -- perform requested operation (generate or update) even if the patchfile seems to be up-to-date based on last modification time of all files involved. @@ -74,11 +74,11 @@ EXAMPLES Following are several sample sessions which show common usage patterns for this tool. -1. Generation mode (usefull when creating new port). +1. Generation mode (useful when creating new port). $ cd /somewhere/foo ; make [compilation blows with error in src/bar/baz.c] $ cd work/foo-1.0/src/bar -[digged here and there and finally have found that the problem in baz.c] +[dig here and there and finally find that the problem in baz.c] $ cp baz.c baz.c.orig $ vi baz.c [fixing it] -- cgit v1.2.3