diff options
author | Tony Finch <fanf@apache.org> | 2000-04-18 00:47:14 +0000 |
---|---|---|
committer | Tony Finch <fanf@apache.org> | 2000-04-18 00:47:14 +0000 |
commit | 4059809292ec4deb54639356307700f0de1a21ce (patch) | |
tree | ca8dce0399636d080ce2410f16d9070ac518af41 /APRDesign | |
parent | a7589184b3180e632f7c78e83f00d0f8281de503 (diff) | |
download | apr-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-- | APRDesign | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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. |