mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
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:
parent
f0f07c7db5
commit
67e99bf6db
5 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue