aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-09-20 20:54:08 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-09-20 20:54:08 +0000
commit41a7072cfbf055dc6c89e9ca7fa617b720337e24 (patch)
treeb63994e684ffd6fb805f9017ff2e8c81d549ca91 /lang
parent20b96b3ed5bab9778e6a3bfb8c877e145c9b2404 (diff)
downloadports-41a7072cfbf055dc6c89e9ca7fa617b720337e24.tar.gz
ports-41a7072cfbf055dc6c89e9ca7fa617b720337e24.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/adacontrol/pkg-descr2
-rw-r--r--lang/linux-f10-libg2c/pkg-descr2
-rw-r--r--lang/seed7/pkg-descr2
-rw-r--r--lang/siod/pkg-descr2
-rw-r--r--lang/tinypy/pkg-descr2
5 files changed, 5 insertions, 5 deletions
diff --git a/lang/adacontrol/pkg-descr b/lang/adacontrol/pkg-descr
index 0050e67e2de0..2169749b80cd 100644
--- a/lang/adacontrol/pkg-descr
+++ b/lang/adacontrol/pkg-descr
@@ -3,7 +3,7 @@ constructs in Ada programs. Its first goal is to control proper usage of
style or programming rules, but it can also be used as a powerful tool to
search for use (or non-use) of various forms of programming styles or design
patterns. Searched elements range from very simple, like the occurrence of
-certaine entities, declarations, or statements, to very sophisticated, like
+certain entities, declarations, or statements, to very sophisticated, like
verifying that certain programming patterns are being obeyed..
Which elements or constructs are searched is defined by a set of rules; the
diff --git a/lang/linux-f10-libg2c/pkg-descr b/lang/linux-f10-libg2c/pkg-descr
index f75dbea552b8..319d891cc005 100644
--- a/lang/linux-f10-libg2c/pkg-descr
+++ b/lang/linux-f10-libg2c/pkg-descr
@@ -1 +1 @@
-A port for linux Fortran 77 compatibility runtime.
+A port for Linux Fortran 77 compatibility runtime.
diff --git a/lang/seed7/pkg-descr b/lang/seed7/pkg-descr
index 28b17eca09e1..69af7cc52cbc 100644
--- a/lang/seed7/pkg-descr
+++ b/lang/seed7/pkg-descr
@@ -16,6 +16,6 @@ Major features include:
- statically typed,
- interpreted or compiled,
- portable,
-- runs under linux/unix/windows.
+- runs under Linux/Unix/Windows.
WWW: http://seed7.sourceforge.net/
diff --git a/lang/siod/pkg-descr b/lang/siod/pkg-descr
index 28c63fbef3af..7fde4e750053 100644
--- a/lang/siod/pkg-descr
+++ b/lang/siod/pkg-descr
@@ -1,5 +1,5 @@
SIOD is a small-footprint implementation of the Scheme programming
-language that is provided with some database, unix programming and cgi
+language that is provided with some database, Unix programming and cgi
scripting extensions.
WWW: http://people.delphiforums.com/gjc/siod.html
diff --git a/lang/tinypy/pkg-descr b/lang/tinypy/pkg-descr
index 57114a98221e..f804720953c8 100644
--- a/lang/tinypy/pkg-descr
+++ b/lang/tinypy/pkg-descr
@@ -6,7 +6,7 @@ it includes a whole heap of features:
* fully bootstrapped
* luaesque virtual machine with garbage collection written in C
it's "stackless" sans any "stackless" features
- * cross-platform :) it runs under windows / linux / macosx
+ * cross-platform :) it runs under Windows / Linux / OS X
* a fairly decent subset of python
o classes and single inheritance
o functions with variable or keyword arguments