[Spice-devel] [PATCH] Fix typo in client/x11/record.cpp

Liang Guo bluestonechina at gmail.com
Sun Jul 24 00:37:22 PDT 2011


Fix typo in client/x11/record.cpp:
        treshold -> threshold
--- a/client/x11/record.cpp
+++ b/client/x11/record.cpp
@@ -179,7 +179,7 @@
     }

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


More information about the Spice-devel mailing list