[MPlayer-cvslog] r37434 - trunk/stream/freesdp/errorlist.c
al
subversion at mplayerhq.hu
Tue Jul 21 00:18:01 CEST 2015
Author: al
Date: Tue Jul 21 00:18:01 2015
New Revision: 37434
Log:
freesdp/errorlist: Fix "bandwith" typo in string literal
This change was suggested because of the following lintian warnings:
I: mencoder: spelling-error-in-binary usr/bin/mencoder bandwith bandwidth
I: mplayer-gui: spelling-error-in-binary usr/bin/gmplayer bandwith bandwidth
I: mplayer: spelling-error-in-binary usr/bin/mplayer bandwith bandwidth
The original patch fixed it also in other places. I did omit
those because these files are copied from another code base.
The changed error message is only used in function fsdp_strerror,
which is never used in MPlayer's code base.
Patch-By: Miguel A. Colón Vélez >debian.micove gmail com<
Modified:
trunk/stream/freesdp/errorlist.c
Modified: trunk/stream/freesdp/errorlist.c
==============================================================================
--- trunk/stream/freesdp/errorlist.c Tue Jul 21 00:13:37 2015 (r37433)
+++ trunk/stream/freesdp/errorlist.c Tue Jul 21 00:18:01 2015 (r37434)
@@ -41,7 +41,7 @@ const char *fsdp_error_t_s[] = {
"Syntax error in connection item", /** FSDPE_INVALID_CONNECTION **/
"Unrecognized address type in connection item", /** FSDPE_INVALID_CONNECTION_ADDRTYPE **/
"Unrecognized network type in connection item", /** FSDPE_INVALID_CONNECTION_NETTYPE **/
- "Parse error in bandwith item", /** FSDPE_INVALID_BANDWIDTH **/
+ "Parse error in bandwidth item", /** FSDPE_INVALID_BANDWIDTH **/
"No time period for the session", /** FSDPE_MISSING_TIME **/
"Parse error in time item", /** FSDPE_INVALID_TIME **/
"Parse error in repeat time item", /** FSDPE_INVALID_REPEAT **/
More information about the MPlayer-cvslog
mailing list