mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	[client] config: fix spelling of synchronize
This commit is contained in:
		@@ -410,21 +410,21 @@ static struct Option options[] =
 | 
			
		||||
  {
 | 
			
		||||
    .module         = "spice",
 | 
			
		||||
    .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,
 | 
			
		||||
    .value.x_bool   = true
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    .module         = "spice",
 | 
			
		||||
    .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,
 | 
			
		||||
    .value.x_bool   = true
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    .module         = "spice",
 | 
			
		||||
    .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,
 | 
			
		||||
    .value.x_bool   = true
 | 
			
		||||
  },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user