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

@ -96,7 +96,7 @@ pod = spa_pod_builder_pop(&b, &f);
`spa_pod_builder_pop()` returns a reference to the object we completed
on the stack.
## Using varags builder.
## Using varargs builder.
We can also use the following construct to make POD objects: