mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	seq: ump: Fix typo in function name containing "group"
In a couple places the function names were misspelled as "gruop" instead of "group". Fix them. Reported-by: Jean-Michaël Celerier <jeanmichael.celerier@gmail.com> Fixes: https://github.com/alsa-project/alsa-lib/pull/337 Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
		
							parent
							
								
									b7389e2e2e
								
							
						
					
					
						commit
						58da05803b
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -2545,7 +2545,7 @@ void snd_seq_port_info_set_direction(snd_seq_port_info_t *info, int direction)
 | 
			
		|||
 * \param info port_info container
 | 
			
		||||
 * \param ump_group 0 for no conversion, or the (1-based) UMP Group number
 | 
			
		||||
 *
 | 
			
		||||
 * \sa snd_seq_get_port_info(), snd_seq_port_info_get_ump_gruop()
 | 
			
		||||
 * \sa snd_seq_get_port_info(), snd_seq_port_info_get_ump_group()
 | 
			
		||||
 */
 | 
			
		||||
void snd_seq_port_info_set_ump_group(snd_seq_port_info_t *info, int ump_group)
 | 
			
		||||
{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue