Skip to content

Commit

Permalink
examples: Fix typo in multi-single.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jay committed Jul 11, 2015
1 parent 845b011 commit 8f0178a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/multi-single.c
Expand Up @@ -79,7 +79,7 @@ int main(void)

if(mc != CURLM_OK)
{
fprintf(stderr, "curl_multi_fdset() failed, code %d.\n", mc);
fprintf(stderr, "curl_multi_wait() failed, code %d.\n", mc);
break;
}

Expand Down

0 comments on commit 8f0178a

Please sign in to comment.