Commit 48fdb66c authored by Måns Rullgård's avatar Måns Rullgård

Fix comment typo carefull -> careful

Spotted by someone on IRC.

Originally committed as revision 21261 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c2521027
...@@ -94,7 +94,7 @@ int url_open_protocol (URLContext **puc, struct URLProtocol *up, ...@@ -94,7 +94,7 @@ int url_open_protocol (URLContext **puc, struct URLProtocol *up,
return err; 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)) if( (flags & (URL_WRONLY | URL_RDWR))
|| !strcmp(up->name, "file")) || !strcmp(up->name, "file"))
if(!uc->is_streamed && url_seek(uc, 0, SEEK_SET) < 0) 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