diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-22 23:43:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-22 23:43:13 +0000 |
commit | 017127529f95df32fa097238bae1d63aafea95b1 (patch) | |
tree | 3fce0fb24f1ae2e56be4eb428b091fc28230bb4d /audio/cdrdao | |
parent | 6d76e81a08eb0c311c314f2c41e529ba86df329f (diff) |
Correct grammar in comments
Notes
Notes:
svn path=/head/; revision=24955
Diffstat (limited to 'audio/cdrdao')
-rw-r--r-- | audio/cdrdao/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/cdrdao/Makefile b/audio/cdrdao/Makefile index d578993ec379..d038ffe92dd3 100644 --- a/audio/cdrdao/Makefile +++ b/audio/cdrdao/Makefile @@ -5,10 +5,10 @@ # # $FreeBSD$ # -# If You don't want to use Joerg Schilling's SCSI library, +# If you don't want to use Joerg Schilling's SCSI library, # set DONT_USE_SCGLIB = yes -# If You don't want to use pthreads, set DONT_USE_PTHREADS = yes -# If You want the graphical X toc file editor, set XCDRDAO = yes +# If you don't want to use pthreads, set DONT_USE_PTHREADS = yes +# If you want the graphical X toc file editor, set XCDRDAO = yes DISTNAME= cdrdao-1.1.3.src PKGNAME= cdrdao-1.1.3 |