Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
corsac-s authored Oct 8, 2018
1 parent 3b00243 commit e75d32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ifuse.c
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ static void list_available_apps(const char *udid)
instproxy_browse(ip, client_opts, &apps);

if (!apps || (plist_get_node_type(apps) != PLIST_ARRAY)) {
fprintf(stderr, "ERROR: instproxy_browse returnd an invalid plist?!\n");
fprintf(stderr, "ERROR: instproxy_browse returned an invalid plist?!\n");
goto leave_cleanup;
}

Expand Down

0 comments on commit e75d32c

Please sign in to comment.