Skip to content

Commit c75f4ed

Browse files
authored
Merge pull request #305 from hhirtz/typo
Fix typo in lax error message
2 parents 55866d9 + 70b9227 commit c75f4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lax/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub enum Error {
1111
LapackInvalidValue { return_code: i32 },
1212

1313
#[error(
14-
"Comutational failure in LAPACK subroutine: return_code = {}",
14+
"Computational failure in LAPACK subroutine: return_code = {}",
1515
return_code
1616
)]
1717
LapackComputationalFailure { return_code: i32 },

0 commit comments

Comments
 (0)