diff options
-rw-r--r-- | audio/tfmxplay/DESCR | 2 | ||||
-rw-r--r-- | devel/xdelta/DESCR | 2 | ||||
-rw-r--r-- | graphics/gimp-base/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-Mail-ClamAV/DESCR | 2 | ||||
-rw-r--r-- | misc/openoffice-linux/Makefile | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/audio/tfmxplay/DESCR b/audio/tfmxplay/DESCR index 1056a407f12..e2c9e4d6191 100644 --- a/audio/tfmxplay/DESCR +++ b/audio/tfmxplay/DESCR @@ -4,7 +4,7 @@ formats (Protracker et al.). Some of the few players for this format are: * the original TFMX editor (Amiga) * EaglePlayer (Amiga) - * TFMX-Play and it's numerous derivates (originally ST, now Linux and Win32) + * TFMX-Play and its numerous derivates (originally ST, now Linux and Win32) * the SUN-Project PMS-player (DOS, used for the PC-Version of Turrican 2) The original editor is extremely rare, but it is available from the diff --git a/devel/xdelta/DESCR b/devel/xdelta/DESCR index 358114133bb..77b67ca02e1 100644 --- a/devel/xdelta/DESCR +++ b/devel/xdelta/DESCR @@ -9,7 +9,7 @@ delta's entropy H(P) will be very similar to the entropy of the portions of the TO file not found within the FROM file. The delta will compress just as well as the TO file will. This is a fundamentally different method of computing deltas than in the traditional "diff" program. The -diff program and it's variants use a least-common-subsequence (LCS) +diff program and its variants use a least-common-subsequence (LCS) algorithm to find a list of inserts and deletes that will modify the FROM file into the TO file. LCS is more expensive to compute and is sometimes more useful, especially to the human reader. Since LCS is a fairly diff --git a/graphics/gimp-base/Makefile b/graphics/gimp-base/Makefile index edb3f23db15..9a22ccc3060 100644 --- a/graphics/gimp-base/Makefile +++ b/graphics/gimp-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/01/03 18:49:42 reed Exp $ +# $NetBSD: Makefile,v 1.22 2004/01/20 22:08:32 snj Exp $ # DISTNAME= gimp-1.2.5 @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-print # Add settings for MPEG, LIBMPEG, and GAP_DECODE_MPEG to properly support -# the MPEG library from graphics/mpeg-lib that changed it's name, as the +# the MPEG library from graphics/mpeg-lib that changed its name, as the # configure script will default to searching from -lmpeg. # CONFIGURE_ENV+= MPEG="mpeg" diff --git a/mail/p5-Mail-ClamAV/DESCR b/mail/p5-Mail-ClamAV/DESCR index 53c99d2652d..8ff5f21ec52 100644 --- a/mail/p5-Mail-ClamAV/DESCR +++ b/mail/p5-Mail-ClamAV/DESCR @@ -1,2 +1,2 @@ Clam AntiVirus is an anti-virus toolkit for UNIX. This module provides -a simple interface to it's C API. +a simple interface to its C API. diff --git a/misc/openoffice-linux/Makefile b/misc/openoffice-linux/Makefile index 853fa64aaec..3cac599cc7b 100644 --- a/misc/openoffice-linux/Makefile +++ b/misc/openoffice-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/01/20 12:21:02 agc Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/20 22:09:56 snj Exp $ DISTNAME= OOo_1.0.3.1_LinuxIntel_install PKGNAME= openoffice-linux-1.0.3.1 @@ -69,7 +69,7 @@ do-install: < ${FILESDIR}/soffice.test.patch ${LN} -sf ${PKG_JAVA_HOME} ${PKG_JAVA_HOME}/jre -# everything specific to your OS/Arch goes into it's own Makefile +# everything specific to your OS/Arch goes into its own Makefile # group together i386, i486, i586 and i686 (for Linux) # ARCH= ${MACHINE_ARCH:C/i[3-6]86/i386/g} |