Fixed two small typoes in documentation: conneced -> connected.

This commit is contained in:
Benjamin Cook 2024-06-05 06:57:09 -07:00 committed by Wim Taymans
parent 1d9a00a66f
commit 45758ecb68
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@ enum pw_filter_port_flags {
* data of the buffer should be set */ * data of the buffer should be set */
}; };
/** Create a new unconneced \ref pw_filter /** Create a new unconnected \ref pw_filter
* \return a newly allocated \ref pw_filter */ * \return a newly allocated \ref pw_filter */
struct pw_filter * struct pw_filter *
pw_filter_new(struct pw_core *core, /**< a \ref pw_core */ pw_filter_new(struct pw_core *core, /**< a \ref pw_core */

View file

@ -439,7 +439,7 @@ enum pw_stream_flags {
* in the trigger_done callback. Since 1.1.0 */ * in the trigger_done callback. Since 1.1.0 */
}; };
/** Create a new unconneced \ref pw_stream /** Create a new unconnected \ref pw_stream
* \return a newly allocated \ref pw_stream */ * \return a newly allocated \ref pw_stream */
struct pw_stream * struct pw_stream *
pw_stream_new(struct pw_core *core, /**< a \ref pw_core */ pw_stream_new(struct pw_core *core, /**< a \ref pw_core */