From 68080ec531b9a1bf6a4d02ea7c19e98b4c32b476 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 6 May 2021 14:55:09 +1000 Subject: [PATCH] doc: fix a typo --- doc/overview.md | 2 +- doc/spa/pod.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/overview.md b/doc/overview.md index cba35b5e0..9a845273b 100644 --- a/doc/overview.md +++ b/doc/overview.md @@ -31,7 +31,7 @@ a user-space daemon is needed to make this possible: from clients * For Pro audio, we use JACK to manage the graph of nodes. -None of these solutions (except perhaps to some extend Wayland), however, +None of these solutions (except perhaps to some extent Wayland), however, were designed to support the security features that are required when dealing with flatpaks or other containerized applications. PipeWire aims to solve this problem and provides a unified framework to run both diff --git a/doc/spa/pod.md b/doc/spa/pod.md index af8775176..597148f7b 100644 --- a/doc/spa/pod.md +++ b/doc/spa/pod.md @@ -11,7 +11,7 @@ marshalling. Each POD is made of a 32 bits size followed by a 32 bits type field, followed by the pod contents. This makes it possible to skip over unknown -POD type. The POD start is always aligned to 8 bytes. +POD types. The POD start is always aligned to 8 bytes. PODs can be efficiently constructed and parsed in real-time threads without requiring memory allocations.