summaryrefslogtreecommitdiff
path: root/APRDesign
diff options
context:
space:
mode:
authorTony Finch <fanf@apache.org>2000-04-18 00:47:14 +0000
committerTony Finch <fanf@apache.org>2000-04-18 00:47:14 +0000
commit4059809292ec4deb54639356307700f0de1a21ce (patch)
treeca8dce0399636d080ce2410f16d9070ac518af41 /APRDesign
parenta7589184b3180e632f7c78e83f00d0f8281de503 (diff)
downloadapr-4059809292ec4deb54639356307700f0de1a21ce.tar.gz
remove, spare, commas
git-svn-id: https://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.