mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
pdispatch: fix s/recieve/receive/ typos
This commit is contained in:
parent
1ec33f37d9
commit
e9c70ac41b
1 changed files with 2 additions and 2 deletions
|
|
@ -304,7 +304,7 @@ int pa_pdispatch_run(pa_pdispatch *pd, pa_packet*packet, const pa_creds *creds,
|
|||
if (command >= PA_COMMAND_MAX || !(p = command_names[command]))
|
||||
pa_snprintf((char*) (p = t), sizeof(t), "%u", command);
|
||||
|
||||
pa_log("[%p] Recieved opcode <%s>", pd, p);
|
||||
pa_log("[%p] Received opcode <%s>", pd, p);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
@ -325,7 +325,7 @@ int pa_pdispatch_run(pa_pdispatch *pd, pa_packet*packet, const pa_creds *creds,
|
|||
|
||||
(*c)(pd, command, tag, ts, userdata);
|
||||
} else {
|
||||
pa_log("Recieved unsupported command %u", command);
|
||||
pa_log("Received unsupported command %u", command);
|
||||
goto finish;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue