From f1c69c35c1e3fa18b7ad8c5c49cc53d4b604fbc0 Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Tue, 12 Dec 2017 16:19:44 +0100 Subject: Fix typo arrise -> arise https://bugs.freedesktop.org/show_bug.cgi?id=104227 --- src/pavucontrol.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.15.1