From 376c0eb0a5e9a7af02b2a221f239ff77b37d45cf Mon Sep 17 00:00:00 2001 From: Anton Kesy Date: Sat, 10 Jan 2026 12:52:21 +0100 Subject: [PATCH] docs: Fix typos --- docs/sphinx/graphics.rst | 2 +- docs/sphinx/reference-libobs-util-source-profiler.rst | 2 +- docs/sphinx/reference-properties.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sphinx/graphics.rst b/docs/sphinx/graphics.rst index 89db357d2..e62cdfdb5 100644 --- a/docs/sphinx/graphics.rst +++ b/docs/sphinx/graphics.rst @@ -198,7 +198,7 @@ Vertex components can have the following semantics: - **POSITION** - Position value (*float4*). - **NORMAL** - Normal value (*float4*). - **TANGENT** - Tangent value (*float4*). -- **TEXCOORD[0..7]** - Texture cooordinate value (*float2*, *float3*, or +- **TEXCOORD[0..7]** - Texture coordinate value (*float2*, *float3*, or *float4*). Here is an example of a vertex semantic structure: diff --git a/docs/sphinx/reference-libobs-util-source-profiler.rst b/docs/sphinx/reference-libobs-util-source-profiler.rst index baf4df042..b7ed11d7f 100644 --- a/docs/sphinx/reference-libobs-util-source-profiler.rst +++ b/docs/sphinx/reference-libobs-util-source-profiler.rst @@ -86,6 +86,6 @@ Source Profiler Functions This function exists to avoid having to allocate new memory each time a profiling result is queried. - :param source: Source to get profiling informatio for + :param source: Source to get profiling information for :param result: Result object to fill :return: *true* if data for the source exists, *false* otherwise diff --git a/docs/sphinx/reference-properties.rst b/docs/sphinx/reference-properties.rst index caa283384..6c5c3af80 100644 --- a/docs/sphinx/reference-properties.rst +++ b/docs/sphinx/reference-properties.rst @@ -157,7 +157,7 @@ Property Object Functions - **OBS_TEXT_PASSWORD** - Single line of text (passworded) - **OBS_TEXT_MULTILINE** - Multi-line text - **OBS_TEXT_INFO** - Read-only informative text, behaves differently - depending on wether description, string value and long description + depending on whether description, string value and long description are set :return: The property