Skip to content

Commit 88ae43f

Browse files
committed
Fix a typo
1 parent 8103a7e commit 88ae43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rcgen/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ mod tests {
934934
assert_eq!(
935935
alg_i == alg_j,
936936
i == j,
937-
"Algorighm relationship mismatch for algorithm index pair {i} and {j}"
937+
"Algorithm relationship mismatch for algorithm index pair {i} and {j}"
938938
);
939939
}
940940
}

0 commit comments

Comments
 (0)