PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits: 67e99bf6 by Felipe Sateler at 2021-02-26T19:58:41-03: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> - - - - - 5 changed files: - man/pacat.1.xml.in - src/modules/alsa/alsa-ucm.c - src/modules/bluetooth/backend-native.c - src/modules/bluetooth/backend-ofono.c - src/pulse/json.c Changes: ===================================== man/pacat.1.xml.in ===================================== @@ -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> ===================================== src/modules/alsa/alsa-ucm.c ===================================== @@ -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; } ===================================== src/modules/bluetooth/backend-native.c ===================================== @@ -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; } ===================================== src/modules/bluetooth/backend-ofono.c ===================================== @@ -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; } ===================================== src/pulse/json.c ===================================== @@ -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; } } View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/67e99bf6dbdb364abdd9f958dbda8c14a97b83a6 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/67e99bf6dbdb364abdd9f958dbda8c14a97b83a6 You're receiving this email because of your account on gitlab.freedesktop.org.
_______________________________________________ pulseaudio-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits
