[pulseaudio-commits] src/pavucontrol.cc

Arun Raghavan arun at kemper.freedesktop.org
Thu Dec 14 03:05:38 UTC 2017


 src/pavucontrol.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 90c91702ed88774f50ac359fcc6447624360cb71
Author: Anders Jonsson <anders.jonsson at norsjovallen.se>
Date:   Tue Dec 12 16:19:44 2017 +0100

    main: Fix typo
    
    arrise -> arise
    
    https://bugs.freedesktop.org/show_bug.cgi?id=104227

diff --git a/src/pavucontrol.cc b/src/pavucontrol.cc
index 32935d8..6981707 100644
--- a/src/pavucontrol.cc
+++ b/src/pavucontrol.cc
@@ -605,7 +605,7 @@ gboolean connect_to_pulse(gpointer userdata) {
             w->setConnectingMessage(_("Connection to PulseAudio failed. Automatic retry in 5s\n\n"
                 "In this case this is likely because PULSE_SERVER in the Environment/X11 Root Window Properties\n"
                 "or default-server in client.conf is misconfigured.\n"
-                "This situation can also arrise when PulseAudio crashed and left stale details in the X11 Root Window.\n"
+                "This situation can also arise when PulseAudio crashed and left stale details in the X11 Root Window.\n"
                 "If this is the case, then PulseAudio should autospawn again, or if this is not configured you should\n"
                 "run start-pulseaudio-x11 manually."));
             reconnect_timeout = 5;



More information about the pulseaudio-commits mailing list