mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	[client] typo in config help text
This commit is contained in:
		@@ -138,7 +138,7 @@ static struct Option options[] =
 | 
			
		||||
  {
 | 
			
		||||
    .module         = "win",
 | 
			
		||||
    .name           = "allowResize",
 | 
			
		||||
    .description    = "Aallow the window to be manually resized",
 | 
			
		||||
    .description    = "Allow the window to be manually resized",
 | 
			
		||||
    .shortopt       = 'n',
 | 
			
		||||
    .type           = OPTION_TYPE_BOOL,
 | 
			
		||||
    .value.x_bool   = true,
 | 
			
		||||
@@ -559,4 +559,4 @@ static char * optScancodeToString(struct Option * opt)
 | 
			
		||||
  char * str;
 | 
			
		||||
  alloc_sprintf(&str, "%d = %s", opt->value.x_int, SDL_GetScancodeName(opt->value.x_int));
 | 
			
		||||
  return str;
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user