Skip to content

Commit ccdcb3a

Browse files
squellbjorn3
andcommitted
fix typo
Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com>
1 parent 60d9109 commit ccdcb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/defaults/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ defaults! {
6363
/// passwd_timeout and timestamp_timeout.
6464
fn fractional_minutes(input: &str) -> Option<i64> {
6565
if let Some((integral, fractional)) = input.split_once('.') {
66-
// - 'input' is maximally 18 chacters, making fractional.len() at most 17;
66+
// - 'input' is maximally 18 characters, making fractional.len() at most 17;
6767
// 1e17 < 2**63, so the definition of 'shift' will not overflow.
6868
// - for the same reason, if both parses in the definition of 'seconds' succeed,
6969
// we will have constructed an integer < 1e17.

0 commit comments

Comments
 (0)