Skip to content

Commit

Permalink
errors.zig: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Dec 21, 2023
1 parent f578f67 commit dea55fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.zig
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ pub fn checkCode(code: c.CURLcode) !void {
// https://curl.se/libcurl/c/libcurl-errors.html
std.log.debug("curl err code:{d}, msg:{s}\n", .{ code, c.curl_easy_strerror(code) });

return error.Unepxected;
return error.Unexpected;
}

0 comments on commit dea55fb

Please sign in to comment.