summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-03-12 16:07:33 +0200
committerMartin Storsjö <martin@martin.st>2012-03-12 16:27:00 +0200
commit705eeb5eca936d5d37483e01009547e4359c03dc (patch)
tree9bcdf6d236e3668ea88015be23708088c1e535df /libavformat/rtsp.c
parentc95fefa0420be9cc0f09a95041acf11114aaacd0 (diff)
rtsp: Fix a typo
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r--libavformat/rtsp.c2
1 files changed, 1 insertions, 1 deletions
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;