diff options
author | vs <vs@FreeBSD.org> | 2005-04-18 22:03:05 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-18 22:03:05 +0800 |
commit | 1262b338d61ef1b1325a5c3cdeafb0d5606384d4 (patch) | |
tree | 5c590e098bd447878eb19e50df2032b3eae7aea9 /Tools/scripts | |
parent | c863f24af3ac45cc5a0b2ad6f66c28bd3c0933bd (diff) | |
download | freebsd-ports-graphics-1262b338d61ef1b1325a5c3cdeafb0d5606384d4.tar.gz freebsd-ports-graphics-1262b338d61ef1b1325a5c3cdeafb0d5606384d4.tar.zst freebsd-ports-graphics-1262b338d61ef1b1325a5c3cdeafb0d5606384d4.zip |
Fix typos
Approved by: sobomax
Diffstat (limited to 'Tools/scripts')
-rw-r--r-- | Tools/scripts/README.patchtool | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/scripts/README.patchtool b/Tools/scripts/README.patchtool index 1057d0e3ddd..59ee672a443 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] |