mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	spa: fix spelling
This commit is contained in:
		
							parent
							
								
									3e99a0e839
								
							
						
					
					
						commit
						27ccf32030
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -316,18 +316,18 @@ static inline bool spa_json_get_error(struct spa_json *iter, const char *start,
 | 
			
		|||
	static const char *reasons[] = {
 | 
			
		||||
		"System error",
 | 
			
		||||
		"Invalid array separator",
 | 
			
		||||
		"Expected Object key",
 | 
			
		||||
		"Expected Object value",
 | 
			
		||||
		"Expected object key",
 | 
			
		||||
		"Expected object value",
 | 
			
		||||
		"Too deep nesting",
 | 
			
		||||
		"Expected array close backet",
 | 
			
		||||
		"Expected object close backet",
 | 
			
		||||
		"Mismatched backet",
 | 
			
		||||
		"Expected array close bracket",
 | 
			
		||||
		"Expected object close brace",
 | 
			
		||||
		"Mismatched bracket",
 | 
			
		||||
		"Escape not allowed",
 | 
			
		||||
		"Character not allowed",
 | 
			
		||||
		"Invalid escape",
 | 
			
		||||
		"Invalid state",
 | 
			
		||||
		"Unfinished string",
 | 
			
		||||
		"Expected key separtor",
 | 
			
		||||
		"Expected key separator",
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	if (!(iter->state & SPA_JSON_ERROR_FLAG))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue