diff --git a/Aircraft-yasim/dc3.xml b/Aircraft-yasim/dc3.xml
index 3b4024895..68953a769 100644
--- a/Aircraft-yasim/dc3.xml
+++ b/Aircraft-yasim/dc3.xml
@@ -7,7 +7,7 @@
-
+
@@ -19,7 +19,7 @@
-
+
@@ -33,7 +33,7 @@
-
+
diff --git a/Protocol/README.Protocol b/Protocol/README.Protocol
index 157c9cbea..32a4e189e 100644
--- a/Protocol/README.Protocol
+++ b/Protocol/README.Protocol
@@ -2,7 +2,7 @@ The generic communication protocol for FlightGear provides a powerfull way
of adding a simple ASCII based output only protocol, just by defining an
XML encoded configuration file.
-The definition of the protocol consists of variable seperators, line seperators,
+The definition of the protocol consists of variable separators, line separators,
and chuncks of text.
Each chunck defines:
@@ -23,14 +23,14 @@ Each chunck defines:
(for example, degrees Celsius to degrees Fahrenheit).
-The output section also could define the variable seperator and line seperator.
+The output section also could define the variable separator and line separator.
-The seperators can be either a control character such as a tab or newline, or a
+The separators can be either a control character such as a tab or newline, or a
user specified string or other single charachter. The currently supported
control charachters are:
-:
-:
+:
+:
Name Charachter
newline '\n'
@@ -41,7 +41,7 @@ verticaltab '\v'
any other charachters just need to be added to "Network/generic.cxx"
-The var_seperator is placed between each variable, while the line_seperator is
+The var_separator is placed between each variable, while the line_separator is
placed at the end of each lot of variables.
@@ -55,8 +55,8 @@ following: