Fix typos

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
Andrea Gelmini 2021-04-30 18:23:10 +02:00 committed by Wim Taymans
parent 36ebbfa71c
commit 85b136d8ce
8 changed files with 9 additions and 9 deletions

View file

@ -78,7 +78,7 @@ error_cleanup:
return NULL;
}
/** Create a new new main loop
/** Create a new main loop
* \return a newly allocated \ref pw_main_loop
*
* \memberof pw_main_loop

View file

@ -116,7 +116,7 @@ extern "C" {
*
* \subsection ssec_consume Consume data
*
* The process event is emitted for each new buffer that can can be
* The process event is emitted for each new buffer that can be
* consumed.
*
* \ref pw_stream_dequeue_buffer() should be used to get the data and

View file

@ -65,4 +65,4 @@ const char* pw_get_library_version(void);
}
#endif
#endif /* PIPEWIRE_VERION_H */
#endif /* PIPEWIRE_VERSION_H */