From: Catalin Patulea <catalinp@google.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Catalin Patulea <catalinp@google.com>
Subject: [Qemu-devel] [PATCH] vnc: fix option misspelling ("non-adapative" -> "non-adaptive")
Date: Fri, 9 Nov 2012 19:01:26 -0500 [thread overview]
Message-ID: <1352505686-12733-1-git-send-email-catalinp@google.com> (raw)
In-Reply-To: <CAFEAcA_QHFGY5igvyngRMDDT3Rmex15B44BKy9mQOob+ey9DuQ@mail.gmail.com>
Signed-off-by: Catalin Patulea <catalinp@google.com>
---
D'oh, that was really stupid. Here it is with the correct length.
ui/vnc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ui/vnc.c b/ui/vnc.c
index 61f120e..ba30362 100644
--- a/ui/vnc.c
+++ b/ui/vnc.c
@@ -2945,7 +2945,7 @@ void vnc_display_open(DisplayState *ds, const char *display, Error **errp)
#endif
} else if (strncmp(options, "lossy", 5) == 0) {
vs->lossy = true;
- } else if (strncmp(options, "non-adapative", 13) == 0) {
+ } else if (strncmp(options, "non-adaptive", 12) == 0) {
vs->non_adaptive = true;
} else if (strncmp(options, "share=", 6) == 0) {
if (strncmp(options+6, "ignore", 6) == 0) {
--
1.7.7.3
next prev parent reply other threads:[~2012-11-10 0:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-09 23:31 [Qemu-devel] [PATCH] vnc: fix option misspelling ("non-adapative" -> "non-adaptive") Catalin Patulea
2012-11-09 23:58 ` Peter Maydell
2012-11-10 0:01 ` Catalin Patulea [this message]
2012-11-10 0:19 ` Peter Maydell
2012-11-20 9:06 ` Catalin Patulea
2012-11-20 13:07 ` Stefan Hajnoczi
2012-11-20 13:11 ` Peter Maydell
2012-11-26 21:49 ` Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1352505686-12733-1-git-send-email-catalinp@google.com \
--to=catalinp@google.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).