summaryrefslogtreecommitdiff
path: root/APRDesign
diff options
context:
space:
mode:
authorfanf <fanf@13f79535-47bb-0310-9956-ffa450edef68>2000-04-18 00:47:14 +0000
committerfanf <fanf@13f79535-47bb-0310-9956-ffa450edef68>2000-04-18 00:47:14 +0000
commitd5e17c6052be34e046943f38fedb8cb3a676cd0b (patch)
treeca8dce0399636d080ce2410f16d9070ac518af41 /APRDesign
parent0f9228d47df133bbc81ae1a6747ef9b0a81d49a7 (diff)
downloadlibapr-d5e17c6052be34e046943f38fedb8cb3a676cd0b.tar.gz
remove, spare, commas
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59874 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'APRDesign')
-rw-r--r--APRDesign10
1 files changed, 5 insertions, 5 deletions
diff --git a/APRDesign b/APRDesign
index acca89c85..7a3aafc57 100644
--- a/APRDesign
+++ b/APRDesign
@@ -5,13 +5,13 @@ interface to low level routines across any platform. The original goal of APR
was to combine all code in Apache to one common code base. This is not the
correct approach however, so the goal of APR has changed.
-There are places, where common code is not a good thing. For example, how to
-map requests to either threads or processes, should be platform specific.
-APR's place, is now to combine any code that can be safely combined, without
+There are places where common code is not a good thing. For example, how to
+map requests to either threads or processes should be platform specific.
+APR's place is now to combine any code that can be safely combined without
sacrificing performance.
-To this end, we have created a set of operations that are required for cross
-platfrom development. There may be other types that are desired, and those
+To this end we have created a set of operations that are required for cross
+platfrom development. There may be other types that are desired and those
will be implemented in the future. The first version of APR will focus on
what Apache 2.0 needs. Of course, anything that is submitted will be
considered for inclusion.