summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/VSReliableMulticastProtocol.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-10 21:43:31 +0000
committerPaul Buetow <paul@buetow.org>2008-08-10 21:43:31 +0000
commit4c9cf79770dddfe2b2e7d25ffa61b0116568eadf (patch)
tree3d18fc26854ad41d936677aa7f9bf1dd72a87e94 /sources/protocols/implementations/VSReliableMulticastProtocol.java
parent49766c20b9c73278fdf2b0078dc57cfb407f8e98 (diff)
spell checking
Diffstat (limited to 'sources/protocols/implementations/VSReliableMulticastProtocol.java')
-rw-r--r--sources/protocols/implementations/VSReliableMulticastProtocol.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/protocols/implementations/VSReliableMulticastProtocol.java b/sources/protocols/implementations/VSReliableMulticastProtocol.java
index b876295..06e5c7b 100644
--- a/sources/protocols/implementations/VSReliableMulticastProtocol.java
+++ b/sources/protocols/implementations/VSReliableMulticastProtocol.java
@@ -58,7 +58,7 @@ public class VSReliableMulticastProtocol extends VSAbstractProtocol {
vec.add(1);
vec.add(3);
- initVector("pids", vec, "PIDs beteilitger Prozesse");
+ initVector("pids", vec, "PIDs beteiligter Prozesse");
initLong("timeout", 2500, "Zeit bis erneute Anfrage", "ms");
}