summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/VSReliableMulticastProtocol.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/protocols/implementations/VSReliableMulticastProtocol.java')
-rw-r--r--sources/protocols/implementations/VSReliableMulticastProtocol.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/protocols/implementations/VSReliableMulticastProtocol.java b/sources/protocols/implementations/VSReliableMulticastProtocol.java
index e5d2378..8a605fd 100644
--- a/sources/protocols/implementations/VSReliableMulticastProtocol.java
+++ b/sources/protocols/implementations/VSReliableMulticastProtocol.java
@@ -59,7 +59,7 @@ public class VSReliableMulticastProtocol extends VSAbstractProtocol {
vec.add(3);
initVector("pids", vec, "PIDs beteilitger Prozesse");
- initLong("timeout", 2500, "Zeit bis erneuerter Anfrage", "ms");
+ initLong("timeout", 2500, "Zeit bis erneute Anfrage", "ms");
}
/* (non-Javadoc)
@@ -151,7 +151,7 @@ public class VSReliableMulticastProtocol extends VSAbstractProtocol {
sendMessage(message);
if (ackSent) {
- logg("ACK erneuert versendet");
+ logg("ACK erneut versendet");
} else {
logg("ACK versendet");