id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 37911 Typo/Text change in the warning given by the .asf audio/video files mangeshp "Noticed a typo in the module.audio-video.asf.php file in ID3 folder line number 352: {{{ $info['warning'][] = '[asf][codec_list_object][codec_entries]['.$CodecEntryCounter.'][description] expected to contain comma-seperated list of parameters: ""'.$thisfile_asf_codeclistobject_codecentries_current['description'].'""'; }}} Actually it should be like this: {{{ $info['warning'][] = '[asf][codec_list_object][codec_entries]['.$CodecEntryCounter.'][description] expected to contain comma-separated list of parameters: ""'.$thisfile_asf_codeclistobject_codecentries_current['description'].'""'; }}} The word `comma-separated` was written wrong. Thought to correct it." defect (bug) closed normal Text Changes 4.6 normal duplicate has-patch