summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-01-10 14:46:55 +0000
committerAlon Levy <alevy@redhat.com>2012-01-13 18:11:59 +0200
commit8ab7c4535a884d301cfc8b02c855df36c0cf0e5b (patch)
tree063b09f8e239de38f53470a5b185aca38b68eb80
parent9f087ee7f01c9139765adc7c0aa3e41a2d09810e (diff)
downloadspice-8ab7c4535a884d301cfc8b02c855df36c0cf0e5b.tar.gz
spice-8ab7c4535a884d301cfc8b02c855df36c0cf0e5b.tar.xz
spice-8ab7c4535a884d301cfc8b02c855df36c0cf0e5b.zip
Remove 'the the' typos
-rw-r--r--server/jpeg_encoder.h2
-rw-r--r--server/red_tunnel_worker.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/jpeg_encoder.h b/server/jpeg_encoder.h
index 2b8d8b20..74c73243 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 250e8b3e..429f7372 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;