summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-30 17:17:57 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-30 17:17:57 +0000
commit43955add2ae2afd27bda2a4be0540802c390b106 (patch)
tree9d07010521b07ac23ff44a2b50b760a8d71da263
parentad3c1119f2d574052fbdc3fe3663e49e1e7ea958 (diff)
downloadATCD-43955add2ae2afd27bda2a4be0540802c390b106.tar.gz
ChangeLogTag: Thu Dec 30 11:17:27 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--ChangeLog-99b4
-rw-r--r--docs/ACE-development-process.html8
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index ae1b8aedb3e..e8d77353e4c 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,7 @@
+Thu Dec 30 11:17:27 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * etc/ACE-development-process.html: fixed some typos.
+
Wed Dec 29 15:42:21 1999 David L. Levine <levine@cs.wustl.edu>
* ace/OS.h: added null definition of ACE_ENDLESS_LOOP,
diff --git a/docs/ACE-development-process.html b/docs/ACE-development-process.html
index e6b0fc52503..f7e087830d2 100644
--- a/docs/ACE-development-process.html
+++ b/docs/ACE-development-process.html
@@ -49,14 +49,14 @@ A good development process looks like:<p>
<li>Implement the change in your workspace(s).<p>
<li>Test the change sufficiently to demonstrate that it both does
what is intended, and doesn't break anything. The test may be
- as simple as building and running the ACE tests on one plaform.
+ as simple as building and running the ACE tests on one platform.
Or as complicated as rebuilding and test all of ACE and TAO on
all platforms that we have.<p>
<li>Create an appropriate ChangeLog entry.<p>
<li>Commit the change using a ChangeLogTag commit message.<p>
- <li>Respond to the requestor of the change, if any. Please do this
+ <li>Respond to the requester of the change, if any. Please do this
<em>after</em> committing your change.<p>
- <li>Make sure that the requestor is listed in the THANKS file.<p>
+ <li>Make sure that the requester is listed in the THANKS file.<p>
<li>Update the bug report to indicate resolution.<p>
<li>Monitor the next round of build/tests for problems with your change.<p>
<li>Respond immediately to reports of problems with your changes.<p>
@@ -117,7 +117,7 @@ The build master:<p>
If another developer interferes with the build master's duties,
the build master has the unilateral authority to pass the mantle
-to the violater. This is intentional, desirable, beneficial, and
+to the violator. This is intentional, desirable, beneficial, and
the right thing to do.<p>
</body>