Un-reverted typo fix
This commit is contained in:
		
							parent
							
								
									1769d2a84b
								
							
						
					
					
						commit
						b581c1e4f8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -31,12 +31,12 @@ impl From<super::device::Error> for Error {
 | 
			
		|||
 | 
			
		||||
impl From<std::num::ParseIntError> for Error {
 | 
			
		||||
    fn from(e: std::num::ParseIntError) -> Self {
 | 
			
		||||
        Error::Other(format!("invalid data recieved: {:?}", e))
 | 
			
		||||
        Error::Other(format!("invalid data received: {:?}", e))
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
impl From<std::string::FromUtf8Error> for Error {
 | 
			
		||||
    fn from(e: std::string::FromUtf8Error) -> Self {
 | 
			
		||||
        Error::Other(format!("invalid string recieved: {:?}", e))
 | 
			
		||||
        Error::Other(format!("invalid string received: {:?}", e))
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue