"e g " to "e.g."

This commit is contained in:
scootergrisen 2019-02-15 12:26:46 +00:00 committed by Georg Chini
parent b1c82bbd31
commit 8b6006c0c6

View file

@ -1690,7 +1690,7 @@ char *pa_get_runtime_dir(void) {
struct stat st; struct stat st;
if (stat(d, &st) == 0 && st.st_uid != getuid()) { if (stat(d, &st) == 0 && st.st_uid != getuid()) {
pa_log(_("XDG_RUNTIME_DIR (%s) is not owned by us (uid %d), but by uid %d! " pa_log(_("XDG_RUNTIME_DIR (%s) is not owned by us (uid %d), but by uid %d! "
"(This could e g happen if you try to connect to a non-root PulseAudio as a root user, over the native protocol. Don't do that.)"), "(This could e.g. happen if you try to connect to a non-root PulseAudio as a root user, over the native protocol. Don't do that.)"),
d, getuid(), st.st_uid); d, getuid(), st.st_uid);
goto fail; goto fail;
} }