From 5e531b407db950ddf433b77ec883fb381f318de4 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Wed, 3 May 2023 14:23:03 +0200 Subject: [PATCH] docs: Fix small typo in README Bug: None Change-Id: Ib2ee38f15626844a801a650170f4aa2dec19b3be Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/304120 Reviewed-by: Johannes Kron Commit-Queue: Johannes Kron Cr-Commit-Position: refs/heads/main@{#39981} --- docs/native-code/rtp-hdrext/video-content-type/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/native-code/rtp-hdrext/video-content-type/README.md b/docs/native-code/rtp-hdrext/video-content-type/README.md index e7eb10d4e8..8759e6f2a0 100644 --- a/docs/native-code/rtp-hdrext/video-content-type/README.md +++ b/docs/native-code/rtp-hdrext/video-content-type/README.md @@ -19,6 +19,6 @@ Values: * 0x00: *Unspecified*. Default value. Treated the same as an absence of an extension. * 0x01: *Screenshare*. Video stream is of a screenshare type. -Notes: Extension shoud be present only in the last packet of key-frames. If +Notes: Extension should be present only in the last packet of key-frames. If attached to other packets it should be ignored. If extension is absent, *Unspecified* value is assumed.