correct typos (all in comments)

This commit is contained in:
Karl Seguin
2025-10-21 16:17:38 +08:00
parent 4468932346
commit ca3efb3ad9
7 changed files with 7 additions and 7 deletions

View File

@@ -808,7 +808,7 @@ pub const Transfer = struct {
self.deinit();
}
// abortAuthChallenge is called when an auth chanllenge interception is
// abortAuthChallenge is called when an auth challenge interception is
// abort. We don't call self.client.endTransfer here b/c it has been done
// before interception process.
pub fn abortAuthChallenge(self: *Transfer) void {