treewide: fix a bunch of typos

Detected by lintian, the debian package linter

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/512>
This commit is contained in:
Felipe Sateler 2021-02-26 19:58:41 -03:00
parent f0f07c7db5
commit 67e99bf6db
5 changed files with 5 additions and 5 deletions

View file

@ -168,7 +168,7 @@ static const char* parse_string(const char *str, pa_json_object *obj) {
goto error;
default:
pa_log("Unexepcted escape value: %c", *str);
pa_log("Unexpected escape value: %c", *str);
goto error;
}
}