Mercurial > libavformat.hg
changeset 5555:9ca204496cb5 libavformat
Fix comment typo carefull -> careful
Spotted by someone on IRC.
author | mru |
---|---|
date | Sun, 17 Jan 2010 13:39:34 +0000 |
parents | dde1a233f3f6 |
children | c35e1d2373c7 |
files | avio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avio.c Sun Jan 17 00:27:22 2010 +0000 +++ b/avio.c Sun Jan 17 13:39:34 2010 +0000 @@ -94,7 +94,7 @@ 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)