diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-15 19:52:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-15 19:52:46 +0100 |
| commit | da2c6b70a34e68e4e6f4c680f1465bfb845ba47d (patch) | |
| tree | 18e5ec1b570d841fa5dca2e6154a3490bb8ee711 /src | |
| parent | 0c8b5b4f226a51f5f0d6d67f384e17ad7d8a4551 (diff) | |
Fix comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/reel_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h index 371a8f3e..ddd0f362 100644 --- a/src/reel_asset.h +++ b/src/reel_asset.h @@ -46,7 +46,7 @@ class Asset; * * This class encapsulates the XML that exists in a <Reel> to say * that a piece of content is used in this reel. It does not - * describe the content itself (but links to a Content object which does). + * describe the content itself (but links to an Asset object which does). */ class ReelAsset : public Object { |
