diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-05 15:42:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-05 15:42:11 +0800 |
commit | 2bc67af4ad0dd3127fcc2421f7d90ca6b4768706 (patch) | |
tree | d3286c353e798902a4fd41a81b66900e0c346a17 /Mk | |
parent | 0bdc01612899759bdac9d7cdec3565c85f008b01 (diff) | |
download | freebsd-ports-gnome-2bc67af4ad0dd3127fcc2421f7d90ca6b4768706.tar.gz freebsd-ports-gnome-2bc67af4ad0dd3127fcc2421f7d90ca6b4768706.tar.zst freebsd-ports-gnome-2bc67af4ad0dd3127fcc2421f7d90ca6b4768706.zip |
Fix some spelling and grammar nits.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 5056f2891bab..83d0dc3d96f9 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -363,7 +363,7 @@ gal2_USE_GNOME_IMPL=gnomeui libgnomeprintui # .endfor # .endif # -# Although it apears a little more convoluted in the tests. +# Although it appears a little more convoluted in the tests. # Ports can make use of this like so: # @@ -379,7 +379,7 @@ gal2_USE_GNOME_IMPL=gnomeui libgnomeprintui # .endif # If the user has not defined GNOME_DESKTOP_VERSION, let's try to prevent -# them from shooting themself in the foot. We will try to make an +# users from shooting themselves in the foot. We will try to make an # intelligent choice on the user's behalf. .if exists(${gnomepanel_DETECT}) GNOME_DESKTOP_VERSION?= 2 @@ -447,7 +447,7 @@ USE_GNOME= glib12 USE_GNOME= gnomeprefix gnomehack libcapplet .endif -# Hack USE_GNOME to the modular nfrastructure for port mataintainers that +# Hack USE_GNOME to the modular infrastructure for port maintainers that # didn't do so themselves. This will allow us to get rid of the old # GNOME porting infrastructure more quickly. .if defined(USE_GNOME) |