diff resample.c @ 5355:45d083bbbbe7 libavcodec

typo fixes
author diego
date Tue, 17 Jul 2007 12:57:50 +0000
parents 5c0c96d437f2
children f64d8abf92e0
line wrap: on
line diff
--- a/resample.c	Tue Jul 17 12:33:14 2007 +0000
+++ b/resample.c	Tue Jul 17 12:57:50 2007 +0000
@@ -1,5 +1,5 @@
 /*
- * Sample rate convertion for both audio and video
+ * samplerate conversion for both audio and video
  * Copyright (c) 2000 Fabrice Bellard.
  *
  * This file is part of FFmpeg.
@@ -21,7 +21,7 @@
 
 /**
  * @file resample.c
- * Sample rate convertion for both audio and video.
+ * samplerate conversion for both audio and video
  */
 
 #include "avcodec.h"