[Spice-devel] [PATCH 2/2] Fix typo: treshold -> threshold

Christophe Fergeau cfergeau at redhat.com
Mon Jul 25 01:26:43 PDT 2011


Hi,

Both patches look good to me, thanks! I assume you don't have push
permissions to freedesktop spice repositories, do you?

Thanks,

Christophe

On Mon, Jul 25, 2011 at 01:52:23AM +0800, Liang Guo wrote:
> ---
>  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
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20110725/55130ec6/attachment.pgp>


More information about the Spice-devel mailing list