From 9430c232e87b3106ec2c16b52a5435a8258b98d0 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Wed, 1 Feb 2012 19:33:51 +0100
Subject: [PATCH] ffserver: fix program reference

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
---
 ffserver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffserver.c b/ffserver.c
index 79463c0e649..5531aacd2ab 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -30,7 +30,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include "libavformat/avformat.h"
-// FIXME those are internal headers, avserver _really_ shouldn't use them
+// FIXME those are internal headers, ffserver _really_ shouldn't use them
 #include "libavformat/ffm.h"
 #include "libavformat/network.h"
 #include "libavformat/os_support.h"
-- 
GitLab