Skip to content

Commit

Permalink
ideviceactivation: Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Jul 1, 2016
1 parent 441773d commit fa878b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ideviceactivation.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ int main(int argc, char *argv[])
}

if (idevice_activation_response_has_errors(response)) {
fprintf(stderr, "Activation server repors errors.\n");
fprintf(stderr, "Activation server reports errors.\n");

idevice_activation_response_get_title(response, &response_title);
if (response_title) {
Expand Down

0 comments on commit fa878b4

Please sign in to comment.