summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sound_asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc
index 71d1d9ff..d8ea94d1 100644
--- a/src/sound_asset.cc
+++ b/src/sound_asset.cc
@@ -232,7 +232,7 @@ SoundAsset::equals (shared_ptr<const Asset> other, EqualityOptions opt) const
}
if (buffer_A.Size() != buffer_B.Size()) {
- notes.push_back ("sizes of video data for frame " + lexical_cast<string>(i) + " differ");
+ notes.push_back ("sizes of audio data for frame " + lexical_cast<string>(i) + " differ");
continue;
}