Skip to content

Commit 70b9227

Browse files
committed
Fix typo in lax error message
1 parent 55866d9 commit 70b9227

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)