[SCM] libav/experimental: Fix comment typo carefull -> careful
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:57:51 UTC 2013
The following commit has been merged in the experimental branch:
commit 48fdb66c68962eb712ea95c79624872730e8bf3c
Author: Måns Rullgård <mans at mansr.com>
Date: Sun Jan 17 13:39:34 2010 +0000
Fix comment typo carefull -> careful
Spotted by someone on IRC.
Originally committed as revision 21261 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/avio.c b/libavformat/avio.c
index b6329a9..e91bc20 100644
--- a/libavformat/avio.c
+++ b/libavformat/avio.c
@@ -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)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list