summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/pulse/module-xrdp-sink.c
diff options
context:
space:
mode:
authorPavel Roskin <prroskin@amazon.com>2016-01-14 16:32:09 +0000
committerPavel Roskin <plroskin@gmail.com>2016-01-14 08:47:50 -0800
commit964e860072cd4871481481d5b3ffa96abb1bac35 (patch)
tree10f00786ae0b59038feac3128ad073d248fbbd92 /sesman/chansrv/pulse/module-xrdp-sink.c
parent380c0cd2e77ece844691c3a67b17debb1f514fd5 (diff)
downloadxrdp-proprietary-964e860072cd4871481481d5b3ffa96abb1bac35.tar.gz
xrdp-proprietary-964e860072cd4871481481d5b3ffa96abb1bac35.zip
Run through codespell
Diffstat (limited to 'sesman/chansrv/pulse/module-xrdp-sink.c')
-rw-r--r--sesman/chansrv/pulse/module-xrdp-sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/pulse/module-xrdp-sink.c b/sesman/chansrv/pulse/module-xrdp-sink.c
index 8606f412..5d6256d4 100644
--- a/sesman/chansrv/pulse/module-xrdp-sink.c
+++ b/sesman/chansrv/pulse/module-xrdp-sink.c
@@ -309,7 +309,7 @@ static int data_send(struct userdata *u, pa_memchunk *chunk) {
s.sun_family = AF_UNIX;
bytes = sizeof(s.sun_path) - 1;
snprintf(s.sun_path, bytes, CHANSRV_PORT_STR, u->display_num);
- pa_log_debug("trying to conenct to %s", s.sun_path);
+ pa_log_debug("trying to connect to %s", s.sun_path);
if (connect(fd, (struct sockaddr *)&s,
sizeof(struct sockaddr_un)) != 0) {
u->failed_connect_time = pa_rtclock_now();