Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix various typos #11725

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sphinx/graphics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/reference-libobs-util-source-profiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/sphinx/reference-properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading