Skip to content

Commit 54e8947

Browse files
committed
wip
Signed-off-by: Radoslav Husar <radosoft@gmail.com>
1 parent ee13696 commit 54e8947

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

core/src/main/resources/org/jboss/modcluster/ModClusterLogger.i18n_cs.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - English networking terms are adapted with Czech morphology where natural:
88
# "multicast socket" -> "multicastový socket", "unicast address" -> "unicastová adresa"
99
# - "IP stack" is translated as "sada protokolů IP"
10-
# - "crosstalking" is translated as "přeslech"
10+
# - "cross-talking" is translated as "přeslech"
1111
# - "session" is translated as "relace", "request" as "požadavek", "connector" as "konektor"
1212
# - "drain" is translated as "odčerpat/odčerpávání"
1313
# - "advertise" (the mod_cluster discovery mechanism) is translated as "oznámení" (announcement)

core/src/test/java/org/jboss/modcluster/advertise/impl/DatagramChannelFactoryImplTestCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ void testDatagramChannelRead() throws Exception {
4848
}
4949

5050
/**
51-
* Verify that crosstalking problem does not happen anymore.
51+
* Verify that cross-talking problem does not happen anymore.
5252
*
53-
* @see <a href="https://developer.jboss.org/docs/DOC-9469">Crosstalking between clusters with same multicast ports but different multicast addresses</a>
53+
* @see <a href="https://developer.jboss.org/docs/DOC-9469">Cross-talking between clusters with same multicast ports but different multicast addresses</a>
5454
* @see <a href="https://issues.redhat.com/browse/JGRP-777">JGRP-777 Revisit multicast socket creation code</a>
5555
* @see <a href="https://issues.redhat.com/browse/JGRP-836">JGRP-836 Eliminate Linux cross-talk in MPING</a>
5656
*/

0 commit comments

Comments
 (0)