Quellcode durchsuchen

docs: Fix typos

Anton Kesy vor 1 Woche
Ursprung
Commit
376c0eb0a5

+ 1 - 1
docs/sphinx/graphics.rst

@@ -198,7 +198,7 @@ Vertex components can have the following semantics:
 - **POSITION**       - Position value (*float4*).
 - **POSITION**       - Position value (*float4*).
 - **NORMAL**         - Normal value (*float4*).
 - **NORMAL**         - Normal value (*float4*).
 - **TANGENT**        - Tangent 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*).
   *float4*).
 
 
 Here is an example of a vertex semantic structure:
 Here is an example of a vertex semantic structure:

+ 1 - 1
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.
    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
    :param result: Result object to fill
    :return:       *true* if data for the source exists, *false* otherwise
    :return:       *true* if data for the source exists, *false* otherwise

+ 1 - 1
docs/sphinx/reference-properties.rst

@@ -157,7 +157,7 @@ Property Object Functions
                           - **OBS_TEXT_PASSWORD** - Single line of text (passworded)
                           - **OBS_TEXT_PASSWORD** - Single line of text (passworded)
                           - **OBS_TEXT_MULTILINE** - Multi-line text
                           - **OBS_TEXT_MULTILINE** - Multi-line text
                           - **OBS_TEXT_INFO** - Read-only informative text, behaves differently
                           - **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
                             are set
 
 
    :return:               The property
    :return:               The property