diff options
-rwxr-xr-x | freerdp2-session.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freerdp2-session.in b/freerdp2-session.in index 78e1979..b08d98c 100755 --- a/freerdp2-session.in +++ b/freerdp2-session.in @@ -34,7 +34,7 @@ if [ -e "$socket" ]; then AUTH_INFO_DOMAIN=$(echo "$AUTH_INFO" | awk '{ print $3 }') AUTH_INFO_HOST=$(echo "$AUTH_INFO" | awk '{ print $4 }') - # FIXME: it seems, pulseaudio is not startet at this point for the guest user + # FIXME: it seems, pulseaudio is not started at this point for the guest user # However, launching it here with pulseaudio -D feels wrong in the age of systemd # give the RDP server a little bit of time to recover from libpam-freerdp2's freerdp2-auth-check test connect. |