mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Fix typo in log message: s/may no be/may not be/
Hi, Lennart. Spotted another typo. Patch attached. Best wishes, chocolateboy.
This commit is contained in:
parent
cb38d4eba1
commit
a282eadb88
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ int pa__init(pa_module*m) {
|
||||||
pa_assert(m);
|
pa_assert(m);
|
||||||
|
|
||||||
if (ice_in_use) {
|
if (ice_in_use) {
|
||||||
pa_log("module-x11-xsmp may no be loaded twice.");
|
pa_log("module-x11-xsmp may not be loaded twice.");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue