]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/generic.hxx
Make the AI models a bit more intelligent. The Gear should be extended and retracted...
[flightgear.git] / src / Network / generic.hxx
index 22b62b5e87cef4cdbe7afbd673b32666713362a1..8c1675666780e390176f003373973d88b2e9e3d6 100644 (file)
@@ -71,8 +71,8 @@ private:
     int length;
     char buf[ FG_MAX_MSG_SIZE ];
 
-    string var_seperator;
-    string line_seperator;
+    string var_separator;
+    string line_separator;
     string var_sep_string;
     string line_sep_string;
     vector<_serial_prot> _message;