mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-30 23:33:31 +00:00
[client] config: fix spelling of synchronize
This commit is contained in:
parent
94d7ed300e
commit
92155de98d
1 changed files with 3 additions and 3 deletions
|
@ -410,21 +410,21 @@ static struct Option options[] =
|
||||||
{
|
{
|
||||||
.module = "spice",
|
.module = "spice",
|
||||||
.name = "clipboard",
|
.name = "clipboard",
|
||||||
.description = "Use SPICE to syncronize the clipboard contents with the guest",
|
.description = "Use SPICE to synchronize the clipboard contents with the guest",
|
||||||
.type = OPTION_TYPE_BOOL,
|
.type = OPTION_TYPE_BOOL,
|
||||||
.value.x_bool = true
|
.value.x_bool = true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.module = "spice",
|
.module = "spice",
|
||||||
.name = "clipboardToVM",
|
.name = "clipboardToVM",
|
||||||
.description = "Allow the clipboard to be syncronized TO the VM",
|
.description = "Allow the clipboard to be synchronized TO the VM",
|
||||||
.type = OPTION_TYPE_BOOL,
|
.type = OPTION_TYPE_BOOL,
|
||||||
.value.x_bool = true
|
.value.x_bool = true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.module = "spice",
|
.module = "spice",
|
||||||
.name = "clipboardToLocal",
|
.name = "clipboardToLocal",
|
||||||
.description = "Allow the clipboard to be syncronized FROM the VM",
|
.description = "Allow the clipboard to be synchronized FROM the VM",
|
||||||
.type = OPTION_TYPE_BOOL,
|
.type = OPTION_TYPE_BOOL,
|
||||||
.value.x_bool = true
|
.value.x_bool = true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue