summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-06 16:10:39 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-06 16:10:39 +0000
commit949b479e3ca569651443d8c80bf02cf773e85c43 (patch)
treea21a19cfd766955eccf6cd334844cf3148dc63bc /libmpdemux
parent2a1f8fe3120e30a4ee4fe307c219c29846348a45 (diff)
downloadmpv-949b479e3ca569651443d8c80bf02cf773e85c43.tar.bz2
mpv-949b479e3ca569651443d8c80bf02cf773e85c43.tar.xz
fix typos: aslo->also, falback->fallback (they were just too annoying *g*)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16933 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/http.c b/libmpdemux/http.c
index 0412c13b0f..84d237ddc7 100644
--- a/libmpdemux/http.c
+++ b/libmpdemux/http.c
@@ -930,7 +930,7 @@ stream_info_t stream_info_http2 = {
"http streaming",
"null",
"Bertrand, Albeu, Arpi? who?",
- "plain http, aslo used as falback for many other protocols",
+ "plain http, also used as fallback for many other protocols",
open_s2,
{"http", "http_proxy", "pnm", "mms", "mmsu", "mmst", "rtsp", NULL}, //all the others as fallback
NULL,