From d27fa4b9b636205f4311e3de7bac9f2be90b9f3c Mon Sep 17 00:00:00 2001 From: "Victor A." <52110451+cs50victor@users.noreply.github.com> Date: Wed, 1 Nov 2023 03:02:10 -0400 Subject: [PATCH] chore: fix minor comment typo --- libwebrtc/src/native/video_frame.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwebrtc/src/native/video_frame.rs b/libwebrtc/src/native/video_frame.rs index cbff3258e..ff85cdb95 100644 --- a/libwebrtc/src/native/video_frame.rs +++ b/libwebrtc/src/native/video_frame.rs @@ -21,7 +21,7 @@ use webrtc_sys::video_frame as vf_sys; use webrtc_sys::video_frame_buffer as vfb_sys; /// We don't use vf::VideoFrameBuffer trait for the types inside this module to avoid confusion -/// because irectly using platform specific types is not valid (e.g user callback) +/// because directly using platform specific types is not valid (e.g user callback) /// All the types inside this module are only used internally. For public types, see the top level video_frame.rs pub fn new_video_frame_buffer(