changeset 10:fdb3093ab802

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Jun 2023 21:30:17 +0200
parents ad4d62a9422d
children c50afec9f978
files Sources/Plugin.cpp
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
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
 {