# HG changeset patch # User Sebastien Jodogne # Date 1686771017 -7200 # Node ID fdb3093ab80284511876dddd428e99310a154ce3 # Parent ad4d62a9422d63692bc40e1deac2c49c4d305fcc typo diff -r ad4d62a9422d -r fdb3093ab802 Sources/Plugin.cpp --- a/Sources/Plugin.cpp Fri May 19 13:32:58 2023 +0200 +++ b/Sources/Plugin.cpp Wed Jun 14 21:30:17 2023 +0200 @@ -37,9 +37,9 @@ /** - * As the VolView static assets are gzipped by the "EmbedResources.py" - * script, we use a cache to maintain the uncompressed assets in order - * to avoid multiple gzip decodings. + * As the VolView static assets are gzipped by the + * "EmbedStaticAssets.py" script, we use a cache to maintain the + * uncompressed assets in order to avoid multiple gzip decodings. **/ class ResourcesCache : public boost::noncopyable {