mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	fix typos (#106247)
Most typos are in comments, but two typos are in docstring.
This commit is contained in:
		
							parent
							
								
									cd580910e1
								
							
						
					
					
						commit
						77ddc9a7b1
					
				
					 8 changed files with 12 additions and 12 deletions
				
			
		|  | @ -425,7 +425,7 @@ PySys_AddAuditHook(Py_AuditHookFunction hook, void *userData) | |||
|     e->userData = userData; | ||||
| 
 | ||||
|     if (runtime->audit_hooks.mutex == NULL) { | ||||
|         /* The runtime must not be initailized yet. */ | ||||
|         /* The runtime must not be initialized yet. */ | ||||
|         add_audit_hook_entry_unlocked(runtime, e); | ||||
|     } | ||||
|     else { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Inada Naoki
						Inada Naoki