summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ACEXML/README4
-rw-r--r--ACE/apps/JAWS2/main.cpp2
-rw-r--r--ACE/contrib/FaCE/README9
3 files changed, 5 insertions, 10 deletions
diff --git a/ACE/ACEXML/README b/ACE/ACEXML/README
index f606de4531a..5bf6751f36f 100644
--- a/ACE/ACEXML/README
+++ b/ACE/ACEXML/README
@@ -1,5 +1,3 @@
-
-
ACE XML PARSER Framework README file
* Character set
@@ -12,6 +10,6 @@ does not care about language specific encoding information.
ACE XML Parser interfaces follows the the design of SAX 2.0, which is
a public domain specification for Java. The major difference between
ACE XML Parser interfaces and SAX is that we added an reference of
-ACEXML_Env to every SAX method to accomodate platforms/compilers that
+ACEXML_Env to every SAX method to accommodate platforms/compilers that
don't support C++ exceptions. SAX is defined by David Megginson
<david@megginson.com>
diff --git a/ACE/apps/JAWS2/main.cpp b/ACE/apps/JAWS2/main.cpp
index 9001043e75d..2032bdf427c 100644
--- a/ACE/apps/JAWS2/main.cpp
+++ b/ACE/apps/JAWS2/main.cpp
@@ -39,7 +39,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
// HTTP_Write.next (JAWS_Pipeline_Done_Task_Singleton::instance ());
if (server.open (&HTTP_Read) == -1)
- ACE_DEBUG ((LM_DEBUG, "JAWS: Error openning server\n"));
+ ACE_DEBUG ((LM_DEBUG, "JAWS: Error opening server\n"));
return 0;
}
diff --git a/ACE/contrib/FaCE/README b/ACE/contrib/FaCE/README
index 626b5dd5a74..45f301af753 100644
--- a/ACE/contrib/FaCE/README
+++ b/ACE/contrib/FaCE/README
@@ -1,5 +1,3 @@
-
-
===
=== FaCE (Front-end for ACE CE)
===
@@ -10,7 +8,6 @@
=== V1.01, March 30th, 2002
===
-
== What's FaCE?
FaCE is a simple front-end framework for testing and debugging non-Windows
@@ -99,7 +96,7 @@ generated by eVC for ARM processor. So far, no solution or patch has been
released by compiler vendor, although vendor is aware of this problem.
Since Pocket PC 2002 is based on WinCE 3.0, ACE+TAO as well as FaCE should
-be able to run on any WinCE 3.0 platform by adding a new configuraion with
+be able to run on any WinCE 3.0 platform by adding a new configuration with
minimal change.
@@ -173,7 +170,7 @@ minimal change.
5. Go to 'ResourceView' or double-click on the 'FaCE.rc'. Open 'String Table ->
String Table' from the resource browse view, and change the string value (caption)
defined for 'IDS_APP_TITLE' from 'FaCE' to your program name. This will
- help identifying multiple FaCE-fied applications when you brose them
+ help identifying multiple FaCE-fied applications when you browse them
through system memory -> running programs in case of crash.
6. That's it!
@@ -199,7 +196,7 @@ minimal change.
User can specify the command line option for the program by using 'Settings ->
Command Line' from the FaCE menu. FaCE will automatically save all user-entered
command line parameters as a ASCII format file named 'Parameters.txt' in the
-root directory of WinCE device/emulator. User can edit and change by openning
+root directory of WinCE device/emulator. User can edit and change by opening
this file from any text editor and save as a ASCII text file with DOS standard
CR/LF combo. This will greatly save time especially when you are working on the
Pocket PC machine that does not have keyboard. Remember NOT to convert file