diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-09-21 04:54:08 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-09-21 04:54:08 +0800 |
commit | 261bbba88410d36594e6abc25f159144c4bcb4d1 (patch) | |
tree | b63994e684ffd6fb805f9017ff2e8c81d549ca91 /lang | |
parent | efcf019b4affaa4144c1604fda9d46613705d4b9 (diff) | |
download | freebsd-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 'lang')
-rw-r--r-- | lang/adacontrol/pkg-descr | 2 | ||||
-rw-r--r-- | lang/linux-f10-libg2c/pkg-descr | 2 | ||||
-rw-r--r-- | lang/seed7/pkg-descr | 2 | ||||
-rw-r--r-- | lang/siod/pkg-descr | 2 | ||||
-rw-r--r-- | lang/tinypy/pkg-descr | 2 |
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 |