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

@ -202,7 +202,7 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
<option>
<p><opt>--process-time-msec</opt><arg>=MSEC</arg></p>
<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>,
but not both.</p></optdesc>
</option>

View file

@ -691,7 +691,7 @@ static char *modifier_name_to_role(const char *mod_name, bool *is_sink) {
if (!sub || !*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;
}

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;
}

View file

@ -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);
if (!d) {
pa_log_error("Device doesnt exist for %s", path);
pa_log_error("Device doesn't exist for %s", path);
goto fail;
}

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;
}
}