From c4aec3ef4e3b44c0d79751d4ba337113ed212cc2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 19 Sep 2020 13:34:33 +0200 Subject: [PATCH] doc: fix typo --- doc/spa/pod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/spa/pod.md b/doc/spa/pod.md index 9ff701101..bf585e766 100644 --- a/doc/spa/pod.md +++ b/doc/spa/pod.md @@ -326,7 +326,7 @@ prop = spa_pod_find_prop(obj, prop, SPA_FORMAT_AUDIO_rate); Similar to the builder, there is a parser object as well. It the fields in a struct are known, it is much easier to use the -parser. Similarly, if the object type (and thus it's) keys are known, +parser. Similarly, if the object type (and thus its) keys are known, the parser is easier. First initialize a `struct spa_pod_parser`: