summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/x11/record.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/x11/record.cpp b/client/x11/record.cpp
index d799e5ae..017a94db 100644
--- a/client/x11/record.cpp
+++ b/client/x11/record.cpp
@@ -182,7 +182,7 @@ bool WaveRecorder::init(uint32_t sampels_per_sec,
}
if ((err = snd_pcm_sw_params_set_start_threshold(_pcm, _sw_params, frame_size)) < 0) {
- LOG_ERROR("cannot set start treshold %s", snd_strerror(err));
+ LOG_ERROR("cannot set start threshold %s", snd_strerror(err));
return false;
}