summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2003-08-30 02:14:19 +0000
committerreed <reed@pkgsrc.org>2003-08-30 02:14:19 +0000
commite2336bb021a1006213bb88551278cfff96155df2 (patch)
tree62d33ca4e350e47c9938ab2acd67eb81d6171fea /devel
parent0d796dd5484eb14f2b2dc58120ed35e9dd9e1378 (diff)
downloadpkgsrc-e2336bb021a1006213bb88551278cfff96155df2.tar.gz
"It's" stands for "it is" (or "it has"). The apostrophe is not used
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
Diffstat (limited to 'devel')
-rw-r--r--devel/bonobo-conf/DESCR2
-rw-r--r--devel/kdevelop-base/DESCR2
-rw-r--r--devel/kdevelop/DESCR2
-rw-r--r--devel/p5-Config-General/DESCR2
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/bonobo-conf/DESCR b/devel/bonobo-conf/DESCR
index 14d794eaaf3..b290483281a 100644
--- a/devel/bonobo-conf/DESCR
+++ b/devel/bonobo-conf/DESCR
@@ -7,7 +7,7 @@ whole system is built on top of bonobo and ORBit (CORBA).
be chosen through the bonobo moniker system. It is up to the programmer
to decide which interface is best for a given application. The
configuration system allows you to store the data with various backends.
-Although BCS is shipped with it's own XML based backend, it is also
+Although BCS is shipped with its own XML based backend, it is also
possible to use GConf, or LDAP as backend. The configuration database
architecture is a reimplementation of the GConf architecture developed by
Havoc Pennington using Bonobo-native idioms.
diff --git a/devel/kdevelop-base/DESCR b/devel/kdevelop-base/DESCR
index 75a4c902a7d..63c4825cde8 100644
--- a/devel/kdevelop-base/DESCR
+++ b/devel/kdevelop-base/DESCR
@@ -1,5 +1,5 @@
The KDevelop IDE has been designed by the KDevelop Team to provide
-an easy-to use environment for C/C++ programmers. With all it's
+an easy-to use environment for C/C++ programmers. With all its
features the current version contains, the full amount of programming
knowledge of the team has been collected to add a set of documentation
handbooks that will help beginners as well as experts in various parts
diff --git a/devel/kdevelop/DESCR b/devel/kdevelop/DESCR
index 75a4c902a7d..63c4825cde8 100644
--- a/devel/kdevelop/DESCR
+++ b/devel/kdevelop/DESCR
@@ -1,5 +1,5 @@
The KDevelop IDE has been designed by the KDevelop Team to provide
-an easy-to use environment for C/C++ programmers. With all it's
+an easy-to use environment for C/C++ programmers. With all its
features the current version contains, the full amount of programming
knowledge of the team has been collected to add a set of documentation
handbooks that will help beginners as well as experts in various parts
diff --git a/devel/p5-Config-General/DESCR b/devel/p5-Config-General/DESCR
index 97c67aaa341..eb1ecaadc5c 100644
--- a/devel/p5-Config-General/DESCR
+++ b/devel/p5-Config-General/DESCR
@@ -1,4 +1,4 @@
-Config::General opens a config file and parses it's contents for
+Config::General opens a config file and parses its contents for
you. After parsing the module returns a hash structure which contains
the representation of the config file.