Commit 4356f9c7 authored by mru's avatar mru

Fix comment typo carefull -> careful

Spotted by someone on IRC.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21261 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6710f87e
......@@ -94,7 +94,7 @@ int url_open_protocol (URLContext **puc, struct URLProtocol *up,
return err;
}
//We must be carefull here as url_seek() could be slow, for example for http
//We must be careful here as url_seek() could be slow, for example for http
if( (flags & (URL_WRONLY | URL_RDWR))
|| !strcmp(up->name, "file"))
if(!uc->is_streamed && url_seek(uc, 0, SEEK_SET) < 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