Skip to content

Commit 9cb01b7

Browse files
committed
Refs #23031: Fix spelling
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
1 parent e7c6d79 commit 9cb01b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fastdds/rpc_dds/data_streaming/includes/rpc_data_streaming_interfaces.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Similarly, for each ``RpcClientReader`` implementation, *Fast DDS-Gen* stores a
2626
to a |Requester-api| instance, which is used to received the reply samples associated to the output feed data.
2727
When a new sample is received, client stores the value sent by the server internally in a queue,
2828
which can be accessed by the user through the |RpcClientReader::read-api| methods. This operation blocks the
29-
thread until a new output feed value is available, or a configured timout expires.
29+
thread until a new output feed value is available, or a configured timeout expires.
3030

3131
User can also cancel an active output feed at the client side by calling |RpcClientReader::cancel-api| method.
3232

@@ -51,7 +51,7 @@ Similarly, for each ``RpcServerReader`` implementation, *Fast DDS-Gen* stores a
5151
to a |Replier-api| instance, which is used to received the request samples associated to the input feed data.
5252
When a new sample is received, server stores the value sent by the client internally in a queue,
5353
which can be accessed by the user through the |RpcServerReader::read-api| methods. This operation blocks the
54-
thread until a new input feed value is available, or a configured timout expires.
54+
thread until a new input feed value is available, or a configured timeout expires.
5555

5656
Bidirectional streaming
5757
***********************

0 commit comments

Comments
 (0)