From 657c7280daeac3c849f3be2d8123a9e864a38136 Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Mon, 15 Apr 2024 22:19:19 +0200 Subject: [PATCH] audio-pipewire: spell correct "resources" Signed-off-by: Arnout Vandecappelle --- slides/audio-pipewire/audio-pipewire.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/audio-pipewire/audio-pipewire.tex b/slides/audio-pipewire/audio-pipewire.tex index 6b22ddf1b4..2afb6d46e6 100644 --- a/slides/audio-pipewire/audio-pipewire.tex +++ b/slides/audio-pipewire/audio-pipewire.tex @@ -1572,14 +1572,14 @@ \subsection{C API} \item A \code{pw_context} instance is at the heart of the C API. It allows connection to the daemon and it manages locally available - ressources. + resources. \item It does the following: \begin{itemize} \item Parsing of the appropriate configuration. \item Start of the processing thread \& associated data loop. - \item Handling of local ressources: memory pool, work queue, + \item Handling of local resources: memory pool, work queue, \textbf{proxies}, local modules \end{itemize}