Skip to content

Commit 9c79018

Browse files
committed
fix minor typos in livekit-rtc
1 parent 740b845 commit 9c79018

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

livekit-rtc/livekit/rtc/_proto/ffi_pb2.pyi

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit-rtc/livekit/rtc/_proto/handle_pb2.pyi

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit-rtc/livekit/rtc/participant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def register_rpc_method(
301301
Establishes the participant as a receiver for calls of the specified RPC method.
302302
Can be used either as a decorator or a regular method.
303303
304-
The handler will recieve one argument of type `RpcInvocationData` and should return a string response which will be forwarded back to the caller.
304+
The handler will receive one argument of type `RpcInvocationData` and should return a string response which will be forwarded back to the caller.
305305
306306
The handler may be synchronous or asynchronous.
307307

livekit-rtc/livekit/rtc/video_frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def _get_plane_length(
218218
type: proto_video.VideoBufferType.ValueType, width: int, height: int
219219
) -> int:
220220
"""
221-
Return the size in bytes of a participar video buffer type based on its size (This ignore the strides)
221+
Return the size in bytes of a participant video buffer type based on its size (This ignores the strides)
222222
"""
223223
if type in [
224224
proto_video.VideoBufferType.ARGB,

0 commit comments

Comments
 (0)