On Wed, 2009-02-25 at 21:03 -0800, Matt Helsley wrote: > Fix spelling and grammar nits. > > Signed-off-by: Matt Helsley <[email protected]>
Grammer is a very important part of documentation. All fixes are welcome. Thanks. Regards-- Subrata > --- > runltp | 2 +- > testcases/commands/gzip/gzip_tests.sh | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > Index: ltp/testcases/commands/gzip/gzip_tests.sh > =================================================================== > --- ltp.orig/testcases/commands/gzip/gzip_tests.sh > +++ ltp/testcases/commands/gzip/gzip_tests.sh > @@ -25,7 +25,7 @@ > # - Test #1: Test that gzip -r will travel > directories and > # compress all the files > available. > # > -# - Test #2: Test that guzip -r will travel > directories and > +# - Test #2: Test that gunzip -r will travel > directories and > # uncompress all the files > available. > # > # Author: Manoj Iyer, [email protected] > Index: ltp/runltp > =================================================================== > --- ltp.orig/runltp > +++ ltp/runltp > @@ -651,7 +651,7 @@ main() > sed -i "s|DEVICE|$DEVICE|" ${TMP}/alltests > else > echo "remove test cases which require the block device." > - echo "You can specified it by oprion -b" > + echo "You can specify it with option -b" > sed -i "/DEVICE/d" ${TMP}/alltests > fi > ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
