Fix typos

Encode unicode nonbreaking space
This commit is contained in:
Karl Seguin
2025-12-05 17:48:49 +08:00
parent dd3781a1ea
commit 61a1a2564e
7 changed files with 68 additions and 46 deletions

View File

@@ -821,7 +821,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 {