diff options
author | gerald <gerald@FreeBSD.org> | 2016-05-26 03:30:59 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-05-26 03:30:59 +0800 |
commit | f2eb89f821092cbc11d17f08391a2a55593bcd3e (patch) | |
tree | 5c5845a32e49448487dab82bcf3b06b85bc92d99 | |
parent | 53d899fb5bb6df1df5634554d5e973b1f9c57c6e (diff) | |
download | freebsd-ports-gnome-f2eb89f821092cbc11d17f08391a2a55593bcd3e.tar.gz freebsd-ports-gnome-f2eb89f821092cbc11d17f08391a2a55593bcd3e.tar.zst freebsd-ports-gnome-f2eb89f821092cbc11d17f08391a2a55593bcd3e.zip |
Fix typo in pkg-descr: langauges -> languages.
Approved by: portmgr (blanket)
-rw-r--r-- | print/transfig/Makefile | 2 | ||||
-rw-r--r-- | print/transfig/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/silvercity/Makefile | 2 | ||||
-rw-r--r-- | textproc/silvercity/pkg-descr | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile index c391ca4c4eda..b0d2167cd9cc 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -3,7 +3,7 @@ PORTNAME= transfig PORTVERSION= 3.2.5e -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= SF/mcj/mcj-source/ DISTNAME= ${PORTNAME}.${PORTVERSION} diff --git a/print/transfig/pkg-descr b/print/transfig/pkg-descr index 72601c8b7d0a..503e3c4d13fd 100644 --- a/print/transfig/pkg-descr +++ b/print/transfig/pkg-descr @@ -2,7 +2,7 @@ TransFig is a set of tools for creating TeX documents with graphics which are portable, in the sense that they can be printed in a wide variety of environments. -Drivers currently exist for the following graphics langauges: +Drivers currently exist for the following graphics languages: AutoCad slide, BOX, (E)EPIC macros, LaTeX picture environment, PIC, PiCTeX, PNG, PostScript, Encapsulated Postscript, GIF, IBM-GL, JPEG, PCX, MF (METAFONT), TeXtyl, TIFF, TPIC, XBM (X11 diff --git a/textproc/silvercity/Makefile b/textproc/silvercity/Makefile index acfd2772d2e2..1419bad5f3ef 100644 --- a/textproc/silvercity/Makefile +++ b/textproc/silvercity/Makefile @@ -3,7 +3,7 @@ PORTNAME= silvercity PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/Python%20SilverCity%20Bindings/${PORTVERSION} DISTNAME= SilverCity-${PORTVERSION} diff --git a/textproc/silvercity/pkg-descr b/textproc/silvercity/pkg-descr index a04f4fae806d..06ba3a62a4e3 100644 --- a/textproc/silvercity/pkg-descr +++ b/textproc/silvercity/pkg-descr @@ -1,5 +1,5 @@ SilverCity is a lexing package, based on Scintilla, that can provide lexical -analysis for over 20 programming and markup langauges. +analysis for over 20 programming and markup languages. Scripting language bindings currently exist for Python. |