diff options
author | kwm <kwm@FreeBSD.org> | 2015-06-30 02:04:20 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-06-30 02:04:20 +0800 |
commit | 7a564149eeb52ffb99402d6d215b992eb02a6235 (patch) | |
tree | cf27e5f56b04833d46e937556c49a0beb194ee95 /Mk | |
parent | b24ff5eae73f3c47d926088bf6ddad317017efce (diff) | |
download | freebsd-ports-gnome-7a564149eeb52ffb99402d6d215b992eb02a6235.tar.gz freebsd-ports-gnome-7a564149eeb52ffb99402d6d215b992eb02a6235.tar.zst freebsd-ports-gnome-7a564149eeb52ffb99402d6d215b992eb02a6235.zip |
Fix typo?
Submitted by: adamw@
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 7a9c667b28f0..8bd950e1672b 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -63,7 +63,7 @@ Gnome_Pre_Include= bsd.gnome.mk # # INSTALLS_ICONS - If a GTK+ port installs Freedesktop-style icons to # ${LOCALBASE}/share/icons, then you should use this -# macro. Using this macro insures that icons are cached +# macro. Using this macro ensures that icons are cached # and will display correctly. This macro isn't needed # for QT based applications, which use a different method. # |