From 705eeb5eca936d5d37483e01009547e4359c03dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 12 Mar 2012 16:07:33 +0200 Subject: [PATCH] rtsp: Fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/rtsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 9df88b30aa..4290abbdc1 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -1005,7 +1005,7 @@ start: av_freep(content_ptr); /* If method is set, this is called from ff_rtsp_send_cmd, * where a reply to exactly this request is awaited. For - * callers from within packet reciving, we just want to + * callers from within packet receiving, we just want to * return to the caller and go back to receiving packets. */ if (method) goto start;