mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	input_cmd_click_method: fix typo in error text
This commit is contained in:
		
							parent
							
								
									2270b4c213
								
							
						
					
					
						commit
						eeb90a7963
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -23,7 +23,7 @@ struct cmd_results *input_cmd_click_method(int argc, char **argv) {
 | 
				
			||||||
		ic->click_method = LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER;
 | 
							ic->click_method = LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER;
 | 
				
			||||||
	} else {
 | 
						} else {
 | 
				
			||||||
		return cmd_results_new(CMD_INVALID,
 | 
							return cmd_results_new(CMD_INVALID,
 | 
				
			||||||
			"Expected 'click_method <none|button_areas|clickfinger'>");
 | 
								"Expected 'click_method <none|button_areas|clickfinger>'");
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return cmd_results_new(CMD_SUCCESS, NULL);
 | 
						return cmd_results_new(CMD_SUCCESS, NULL);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue