mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-04 03:27:00 -05:00 
			
		
		
		
	fix miscellaneous typo
This commit is contained in:
		
							parent
							
								
									e521e770f3
								
							
						
					
					
						commit
						4049c93c2f
					
				@ -45,7 +45,7 @@ class SNBInput(InputFormatPlugin):
 | 
				
			|||||||
        except:
 | 
					        except:
 | 
				
			||||||
            raise ValueError("Invalid SNB file")
 | 
					            raise ValueError("Invalid SNB file")
 | 
				
			||||||
        if not snbFile.IsValid():
 | 
					        if not snbFile.IsValid():
 | 
				
			||||||
            log.debug("Invaild SNB file")
 | 
					            log.debug("Invalid SNB file")
 | 
				
			||||||
            raise ValueError("Invalid SNB file")
 | 
					            raise ValueError("Invalid SNB file")
 | 
				
			||||||
        log.debug("Handle meta data ...")
 | 
					        log.debug("Handle meta data ...")
 | 
				
			||||||
        from calibre.ebooks.conversion.plumber import create_oebbook
 | 
					        from calibre.ebooks.conversion.plumber import create_oebbook
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user