Mercurial > hg > orthanc-volview
diff Sources/Plugin.cpp @ 10:fdb3093ab802
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 14 Jun 2023 21:30:17 +0200 |
parents | 3f1cf4a8e31f |
children | ec47d2182ac6 |
line wrap: on
line diff
--- 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 {