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

@ -612,7 +612,7 @@ static DBusMessage *profile_new_connection(DBusConnection *conn, DBusMessage *m,
d = pa_bluetooth_discovery_get_device_by_path(b->discovery, path);
if (d == NULL) {
pa_log_error("Device doesnt exist for %s", path);
pa_log_error("Device doesn't exist for %s", path);
goto fail;
}