mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -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
|
|
@ -202,7 +202,7 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||||
<option>
|
<option>
|
||||||
<p><opt>--process-time-msec</opt><arg>=MSEC</arg></p>
|
<p><opt>--process-time-msec</opt><arg>=MSEC</arg></p>
|
||||||
<optdesc><p>Explicitly configure the process time, with a time
|
<optdesc><p>Explicitly configure the process time, with a time
|
||||||
specified in miliseconds. If left out the server will pick the
|
specified in milliseconds. If left out the server will pick the
|
||||||
process time. Use either this option or <opt>--process-time</opt>,
|
process time. Use either this option or <opt>--process-time</opt>,
|
||||||
but not both.</p></optdesc>
|
but not both.</p></optdesc>
|
||||||
</option>
|
</option>
|
||||||
|
|
|
||||||
|
|
@ -691,7 +691,7 @@ static char *modifier_name_to_role(const char *mod_name, bool *is_sink) {
|
||||||
|
|
||||||
if (!sub || !*sub) {
|
if (!sub || !*sub) {
|
||||||
pa_xfree(sub);
|
pa_xfree(sub);
|
||||||
pa_log_warn("Can't match media roles for modifer %s", mod_name);
|
pa_log_warn("Can't match media roles for modifier %s", mod_name);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -612,7 +612,7 @@ static DBusMessage *profile_new_connection(DBusConnection *conn, DBusMessage *m,
|
||||||
|
|
||||||
d = pa_bluetooth_discovery_get_device_by_path(b->discovery, path);
|
d = pa_bluetooth_discovery_get_device_by_path(b->discovery, path);
|
||||||
if (d == NULL) {
|
if (d == NULL) {
|
||||||
pa_log_error("Device doesnt exist for %s", path);
|
pa_log_error("Device doesn't exist for %s", path);
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -347,7 +347,7 @@ static void hf_audio_agent_card_found(pa_bluetooth_backend *backend, const char
|
||||||
|
|
||||||
d = pa_bluetooth_discovery_get_device_by_address(backend->discovery, card->remote_address, card->local_address);
|
d = pa_bluetooth_discovery_get_device_by_address(backend->discovery, card->remote_address, card->local_address);
|
||||||
if (!d) {
|
if (!d) {
|
||||||
pa_log_error("Device doesnt exist for %s", path);
|
pa_log_error("Device doesn't exist for %s", path);
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -168,7 +168,7 @@ static const char* parse_string(const char *str, pa_json_object *obj) {
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
pa_log("Unexepcted escape value: %c", *str);
|
pa_log("Unexpected escape value: %c", *str);
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue