doc/examples/http_multiclient: Fix occured typo

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2015-09-04 11:30:25 +02:00
parent 325ee610ba
commit e9c58033e8
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ int main(int argc, char **argv)
end:
avio_close(server);
if (ret < 0 && ret != AVERROR_EOF) {
fprintf(stderr, "Some errors occured: %s\n", av_err2str(ret));
fprintf(stderr, "Some errors occurred: %s\n", av_err2str(ret));
return 1;
}
return 0;