mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	tests: Spelling fixes
Correct typos of the following word families: mounting jitterbuffer thrashing original manipulating entries actual possibility tasks options positives taskprocessor other dynamic declarative ASTERISK-29714 Change-Id: I6b94659d045eec5d8d020fce2e9b6e2f593dfeb6
This commit is contained in:
		
				
					committed by
					
						 Friendly Automation
						Friendly Automation
					
				
			
			
				
	
			
			
			
						parent
						
							42ba751f5a
						
					
				
				
					commit
					c06342a3cb
				
			| @@ -22,7 +22,7 @@ | ||||
|  * \author\verbatim David M. Lee, II <dlee@digium.com> \endverbatim | ||||
|  * | ||||
|  * Inspired by the original hashtest.c by Steve Murphy <murf@digium.com>.  This test runs | ||||
|  * several threads manipulatings a concurrent hastab to see if they maintain | ||||
|  * several threads manipulating a concurrent hastab to see if they maintain | ||||
|  * consistency. While the tests attempt to check consistency and error normally, threading | ||||
|  * errors often result in segfaults. | ||||
|  * \ingroup tests | ||||
| @@ -51,7 +51,7 @@ struct hash_test { | ||||
| 	struct ast_hashtab *to_be_thrashed; | ||||
| 	/*! Number of entries to insert in the grow thread. */ | ||||
| 	int max_grow; | ||||
| 	/*! Number of enteries added by the grow thread. */ | ||||
| 	/*! Number of entries added by the grow thread. */ | ||||
| 	int grow_count; | ||||
| 	/*! Entries preloaded into the hashtab; to be deleted by the shrink thread */ | ||||
| 	int preload; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user