aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2015-09-21 04:54:08 +0800
committerolgeni <olgeni@FreeBSD.org>2015-09-21 04:54:08 +0800
commit261bbba88410d36594e6abc25f159144c4bcb4d1 (patch)
treeb63994e684ffd6fb805f9017ff2e8c81d549ca91 /math
parentefcf019b4affaa4144c1604fda9d46613705d4b9 (diff)
downloadfreebsd-ports-gnome-261bbba88410d36594e6abc25f159144c4bcb4d1.tar.gz
freebsd-ports-gnome-261bbba88410d36594e6abc25f159144c4bcb4d1.tar.zst
freebsd-ports-gnome-261bbba88410d36594e6abc25f159144c4bcb4d1.zip
Typos, whitespace and capitalization fixes (G-P).
Diffstat (limited to 'math')
-rw-r--r--math/py-gnuplot/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-gnuplot/pkg-descr b/math/py-gnuplot/pkg-descr
index bfe974dface5..624024d39069 100644
--- a/math/py-gnuplot/pkg-descr
+++ b/math/py-gnuplot/pkg-descr
@@ -8,7 +8,7 @@ Python makes it is easy to automate things, including to create crude
Commands are communicated to gnuplot through a pipe and data either through
the same pipe (as "inline" data) or through temporary files. It has been
-written and tested on a unix computer.
+written and tested on a Unix computer.
This package has an object-oriented design that allows the user flexibility to
set plot options and to run multiple gnuplot sessions simultaneously. If you