mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:12:43 +00:00 
			
		
		
		
	Everywhere: Fix more typos
This commit is contained in:
		
							parent
							
								
									4e86c34ef0
								
							
						
					
					
						commit
						bcfc6f0c57
					
				
					 57 changed files with 108 additions and 108 deletions
				
			
		|  | @ -192,7 +192,7 @@ RefPtr<DiskPartition> EBRPartitionTable::partition(unsigned index) | |||
| 
 | ||||
|     auto& header = this->header(); | ||||
|     if (header.mbr_signature != MBR_SIGNATURE) { | ||||
|         klog() << "EBRPartitionTable::initialize: bad MBR signature - not initalized? 0x" << String::format("%x", header.mbr_signature); | ||||
|         klog() << "EBRPartitionTable::initialize: bad MBR signature - not initialized? 0x" << String::format("%x", header.mbr_signature); | ||||
|         return nullptr; | ||||
|     } | ||||
|     if (index_is_extended_partition(index)) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Linus Groh
						Linus Groh