diff options
author | Leandro Ferreira <leandrosilvaferreira@gmail.com> | 2012-08-06 12:19:56 -0400 |
---|---|---|
committer | Leandro Ferreira <leandrosilvaferreira@gmail.com> | 2012-08-06 12:19:56 -0400 |
commit | df9f126e59cf70b7b0d9d7e8a9b7808fe51952bf (patch) | |
tree | f4dbbb944453f8889f174b95b2c38f88283b0b6f | |
parent | 8524c56fafb4a9da0a3c33f972b134e8c50c8489 (diff) | |
download | trackermap-server-df9f126e59cf70b7b0d9d7e8a9b7808fe51952bf.tar.gz trackermap-server-df9f126e59cf70b7b0d9d7e8a9b7808fe51952bf.tar.bz2 trackermap-server-df9f126e59cf70b7b0d9d7e8a9b7808fe51952bf.zip |
corrections in wrong words
-rw-r--r-- | src/org/traccar/Server.java | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/org/traccar/Server.java b/src/org/traccar/Server.java index 612eeb32a..917bf7bbb 100644 --- a/src/org/traccar/Server.java +++ b/src/org/traccar/Server.java @@ -242,7 +242,7 @@ public class Server { }); serverList.add(server); - Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); + Log.info("Activating protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -276,7 +276,7 @@ public class Server { }); serverList.add(server); - Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); + Log.info("Activating protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -309,7 +309,7 @@ public class Server { }); serverList.add(server); - Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); + Log.info("Activating protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -342,7 +342,7 @@ public class Server { }); serverList.add(server); - Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); + Log.info("Activating protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -375,7 +375,7 @@ public class Server { }); serverList.add(server); - Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); + Log.info("Activating protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -408,7 +408,7 @@ public class Server { }); serverList.add(server); - Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); + Log.info("Activating protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -441,7 +441,7 @@ public class Server { }); serverList.add(server); - Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); + Log.info("Activating protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -473,7 +473,7 @@ public class Server { }); serverList.add(server); - Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); + Log.info("Activating protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -502,7 +502,7 @@ public class Server { }); serverList.add(server); - Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); + Log.info("Activating protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -531,7 +531,7 @@ public class Server { }); serverList.add(server); - Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); + Log.info("Activating protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -561,7 +561,7 @@ public class Server { }); serverList.add(server); - Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); + Log.info("Activating protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } |