From 7f3a878dd302ee0b49770eb79db09b781938c6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Stefanesco?= Date: Tue, 22 Dec 2020 09:15:21 +0000 Subject: [PATCH] Fix typos in architecture.md --- doc/architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/architecture.md b/doc/architecture.md index add9cb496..4b9acdb1d 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -20,7 +20,7 @@ features dynamically. ## Principles -The PipeWire API is, a object oriented asynchronous protocol. +The PipeWire API is an object oriented asynchronous protocol. All requests and replies are method invocations on some object. Objects are identified with a unique ID. Each object implements an @@ -66,7 +66,7 @@ simplicity. ## Proxies and resources -When a client connect to a PipeWire daemon, a new `struct pw_proxy` +When a client connects to a PipeWire daemon, a new `struct pw_proxy` object is created with ID 0. The `struct pw_core` interface is assigned to the proxy.