From 804de96a83c8ad42d9e4f2b02d5b3f99ca31b725 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 22 Feb 2007 00:07:42 +0000 Subject: cosmetics: fix usefuLL --> usefuL typo Originally committed as revision 8061 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/rational.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/rational.h') diff --git a/libavutil/rational.h b/libavutil/rational.h index 43fc22114f..140ce66822 100644 --- a/libavutil/rational.h +++ b/libavutil/rational.h @@ -56,7 +56,7 @@ static inline double av_q2d(AVRational a){ /** * reduce a fraction. - * this is usefull for framerate calculations + * This is useful for framerate calculations. * @param max the maximum allowed for dst_nom & dst_den * @return 1 if exact, 0 otherwise */ -- cgit v1.2.3