提交 7eff5742 编写于 作者: C Catalin Patulea 提交者: Anthony Liguori

vnc: fix option misspelling ("non-adapative" -> "non-adaptive")

Signed-off-by: NCatalin Patulea <catalinp@google.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 06dec083
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册