Skip to content

Commit 9706b5d

Browse files
committed
fix typo
1 parent 4638d5d commit 9706b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/astrobwtv3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ pub fn astrobwtv3_hash(input: &[u8]) -> [u8; 32] {
215215
lhash = sip24_calc(&data[..pos2 as usize], tries, prev_lhash);
216216
}
217217

218-
// 25% probablility.
218+
// 25% probability.
219219
if dp_minus <= 0x40 {
220220
// Do the rc4.
221221
rc4.apply_keystream(&mut data);

0 commit comments

Comments
 (0)