Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/zadig_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ static DWORD WINAPI CheckForUpdatesThread(LPVOID param)
print_status(3000, TRUE, "Updates: Unable to connect to the internet");
break;
case 2:
print_status(3000, TRUE, "Updates: Unable to acces version data");
print_status(3000, TRUE, "Updates: Unable to access version data");
break;
case 3:
case 4:
Expand Down