[Spice-devel] [PATCH 2/2] Fix typo: treshold -> threshold
Liang Guo
bluestonechina at gmail.com
Sun Jul 24 10:52:23 PDT 2011
---
client/x11/record.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/client/x11/record.cpp b/client/x11/record.cpp
index d799e5a..017a94d 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;
}
--
1.7.5.4
More information about the Spice-devel
mailing list