qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH 09/11] fix spelling in ui sub directory


From: Dong Xu Wang
Subject: [Qemu-trivial] [PATCH 09/11] fix spelling in ui sub directory
Date: Tue, 22 Nov 2011 18:06:24 +0800

From: Dong Xu Wang <address@hidden>


Cc: Anthony Liguori <address@hidden>
Signed-off-by: Dong Xu Wang <address@hidden>
---
 ui/vnc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/vnc.c b/ui/vnc.c
index 40018f7..e85ee66 100644
--- a/ui/vnc.c
+++ b/ui/vnc.c
@@ -1732,7 +1732,7 @@ static void set_encodings(VncState *vs, int32_t 
*encodings, size_t n_encodings)
 
     /*
      * Start from the end because the encodings are sent in order of 
preference.
-     * This way the prefered encoding (first encoding defined in the array)
+     * This way the preferred encoding (first encoding defined in the array)
      * will be set at the end of the loop.
      */
     for (i = n_encodings - 1; i >= 0; i--) {
@@ -2117,7 +2117,7 @@ static int protocol_client_auth_vnc(VncState *vs, uint8_t 
*data, size_t len)
 
     /* Compare expected vs actual challenge response */
     if (memcmp(response, data, VNC_AUTH_CHALLENGE_SIZE) != 0) {
-        VNC_DEBUG("Client challenge reponse did not match\n");
+        VNC_DEBUG("Client challenge response did not match\n");
         goto reject;
     } else {
         VNC_DEBUG("Accepting VNC challenge response\n");
-- 
1.7.5.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]