On Tue, Jan 10, 2012 at 03:58:31PM +0000, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <[email protected]>
> 

We have a special class of typos? neat! ACK.

> ---
>  server/jpeg_encoder.h      |    2 +-
>  server/red_tunnel_worker.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/server/jpeg_encoder.h b/server/jpeg_encoder.h
> index 2b8d8b2..74c7324 100644
> --- a/server/jpeg_encoder.h
> +++ b/server/jpeg_encoder.h
> @@ -53,7 +53,7 @@ struct JpegEncoderUsrContext {
>  JpegEncoderContext* jpeg_encoder_create(JpegEncoderUsrContext *usr);
>  void jpeg_encoder_destroy(JpegEncoderContext *encoder);
>  
> -/* returns the total size of the encoded data. Images must be supplied from 
> the the 
> +/* returns the total size of the encoded data. Images must be supplied from 
> the
>     top line to the bottom */
>  int jpeg_encode(JpegEncoderContext *jpeg, int quality, JpegEncoderImageType 
> type,
>                  int width, int height, uint8_t *lines, unsigned int 
> num_lines, int stride,
> diff --git a/server/red_tunnel_worker.c b/server/red_tunnel_worker.c
> index 1e8267e..a95a900 100644
> --- a/server/red_tunnel_worker.c
> +++ b/server/red_tunnel_worker.c
> @@ -323,7 +323,7 @@ static TunneledBufferProcessQueue 
> *tunnel_socket_alloc_simple_print_reply_proces
>  static void free_simple_process_queue(TunneledBufferProcessQueue *queue);
>  
>  typedef struct ServiceCallback {
> -    /* allocating the the queue & setting the analysis proc by service type 
> */
> +    /* allocating the queue & setting the analysis proc by service type */
>      TunneledBufferProcessQueue *(*alloc_process_queue)(RedSocket * sckt);
>      void (*free_process_queue)(TunneledBufferProcessQueue *queue);
>  } ServiceCallback;
> -- 
> 1.7.7.5
> 
> _______________________________________________
> Spice-devel mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to