Commit e9c58033 authored by Michael Niedermayer's avatar Michael Niedermayer

doc/examples/http_multiclient: Fix occured typo

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 325ee610
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment