mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Fix typos using codespell.
The command: codespell --skip='./locale,*.svg,./docs/translating,postgresql.conf.template.erb,.*fixtures,./yarn.lock,./docs/THIRDPARTY,./tools/setup/emoji/emoji_names.py,./tools/setup/emoji/emoji_map.json,./zerver/management/data/unified_reactions.json' --ignore-words=codespell_ignore_words.txt . The content of codespell_ignore_words: ``` te ans pullrequest ist cros wit nwe circularly ned ba ressemble ser sur hel fpr alls nd ot ```
This commit is contained in:
		@@ -1056,7 +1056,7 @@ def do_import_realm(import_dir: Path, subdomain: str, processes: int = 1) -> Rea
 | 
			
		||||
            event_type=RealmAuditLog.REALM_CREATED,
 | 
			
		||||
            event_time=realm.date_created,
 | 
			
		||||
            # Mark these as backfilled, since they weren't created
 | 
			
		||||
            # when the realm was actaully created, and thus do not
 | 
			
		||||
            # when the realm was actually created, and thus do not
 | 
			
		||||
            # have the creating user associated with them.
 | 
			
		||||
            backfilled=True,
 | 
			
		||||
        )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user