summaryrefslogtreecommitdiff
path: root/bridges/test/java_uno/nativethreadpool/readme
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/test/java_uno/nativethreadpool/readme')
-rw-r--r--bridges/test/java_uno/nativethreadpool/readme2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/test/java_uno/nativethreadpool/readme b/bridges/test/java_uno/nativethreadpool/readme
index 76abefe9f275..f0be4e87fe83 100644
--- a/bridges/test/java_uno/nativethreadpool/readme
+++ b/bridges/test/java_uno/nativethreadpool/readme
@@ -21,7 +21,7 @@ pool as a C++ URP bridge. This test currently only works on Linux Intel.
There are two processes involved. The client starts as a native process. It
first loads a Java component (Relay) via the in-process JNI bridge, which in
-turn starts to accept incomming URP connections. The native part of the client
+turn starts to accept incoming URP connections. The native part of the client
then connects to the server, retrieves a thread-local token from it, and checks
the token for correctness. The server simply waits for a connection from the
native part of the client, creates a connection to the Java part of the client,