aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscootergrisen <scootergrisen@gmail.com>2019-02-15 12:26:46 +0000
committerGeorg Chini <georg@chini.tk>2019-02-16 10:49:53 +0000
commit8b6006c0c64b0dd35ef4cce5461082cf61c31202 (patch)
treeb7cea28f40284a32dfe4d1ea4eeaff0c568019d1
parentb1c82bbd3146c30565d83e6ecd80a998d3e4fd5a (diff)
downloadpulseaudio-8b6006c0c64b0dd35ef4cce5461082cf61c31202.tar.gz
"e g " to "e.g."
-rw-r--r--src/pulsecore/core-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c
index 2eff24fa..83782bdc 100644
--- a/src/pulsecore/core-util.c
+++ b/src/pulsecore/core-util.c
@@ -1690,7 +1690,7 @@ char *pa_get_runtime_dir(void) {
struct stat st;
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! "
- "(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);
goto fail;
}