diff options
author | stas <stas@FreeBSD.org> | 2010-09-26 05:53:29 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-09-26 05:53:29 +0800 |
commit | 47e1e3167e66555e4c537b11195563ce64ae0e41 (patch) | |
tree | 8de4ed331a332bdcd75eea1d8baa955ceca1ad7a | |
parent | 83783d1de5a5e01c54423061e2527491764c96c6 (diff) | |
download | freebsd-ports-gnome-47e1e3167e66555e4c537b11195563ce64ae0e41.tar.gz freebsd-ports-gnome-47e1e3167e66555e4c537b11195563ce64ae0e41.tar.zst freebsd-ports-gnome-47e1e3167e66555e4c537b11195563ce64ae0e41.zip |
- Fix spelling in comment (grafical -> graphical).
Submitted by: Justin B Henninger <jhennin1@student.ccbcmd.edu>
-rw-r--r-- | editors/teco/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/teco/Makefile b/editors/teco/Makefile index 67bf629c3dfe..796289bf2491 100644 --- a/editors/teco/Makefile +++ b/editors/teco/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://almy.us/files/ DISTNAME= tecoclinux${PORTVERSION} MAINTAINER= stas@FreeBSD.org -COMMENT= Powerful and compact editor with nongrafical user interface +COMMENT= Powerful and compact editor with nongraphical user interface MAKEFILE= makefile WRKSRC= ${WRKDIR}/tecoc${PORTVERSION} |