diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-02-04 04:28:37 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-02-04 04:28:37 +0000 |
commit | a502353da2b8c37b41d7c610be782a62759ecd34 (patch) | |
tree | f23c03dd44f6814724cf23000e8fd942e7c31fec /test/test_flac.sh | |
parent | ddd0d51137d3b358e59916d7cd0503269a547f68 (diff) | |
download | flac-a502353da2b8c37b41d7c610be782a62759ecd34.tar.gz |
minor comments
Diffstat (limited to 'test/test_flac.sh')
-rwxr-xr-x | test/test_flac.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_flac.sh b/test/test_flac.sh index 3229650e..8eff7832 100755 --- a/test/test_flac.sh +++ b/test/test_flac.sh @@ -1125,7 +1125,7 @@ echo "Testing the metadata-handling properties of flac-to-flac encoding..." testdir="flac-to-flac-metadata-test-files" filter () { - # minor danger, changing vendor strings will change the length of the + # minor danger, changing vendor strings might change the length of the # VORBIS_COMMENT block, but if we add "^ length: " to the patterns, # we lose info about PADDING size that we need grep -Ev '^ vendor string: |^ m..imum .....size: ' | sed -e 's/, stream_offset.*//' |