main: Fix typo

arrise -> arise

https://bugs.freedesktop.org/show_bug.cgi?id=104227
This commit is contained in:
Anders Jonsson 2017-12-12 16:19:44 +01:00 committed by Arun Raghavan
parent 36d82f23aa
commit 90c91702ed
1 changed files with 1 additions and 1 deletions

View File

@ -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;