From 1564acebfd8a9379eff7de8f3b2abe3541c0927d Mon Sep 17 00:00:00 2001 From: LeeRiva <76054616+LeeRiva@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:48:53 +0200 Subject: [PATCH] Fixed typos --- include/vsg/io/DatabasePager.h | 2 +- src/vsg/io/read.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/vsg/io/DatabasePager.h b/include/vsg/io/DatabasePager.h index 36407dc98..7d7f22b45 100644 --- a/include/vsg/io/DatabasePager.h +++ b/include/vsg/io/DatabasePager.h @@ -79,7 +79,7 @@ namespace vsg VSG_type_name(vsg::DatabaseQueue); /// Multi-threaded database pager for reading, compiling loaded PagedLOD subgraphs and updating the scene graph - /// with newly loaded subgraphs and pruning expired PageLOD subgraphs + /// with newly loaded subgraphs and pruning expired PagedLOD subgraphs class VSG_DECLSPEC DatabasePager : public Inherit { public: diff --git a/src/vsg/io/read.cpp b/src/vsg/io/read.cpp index cf578387c..029d3bcad 100644 --- a/src/vsg/io/read.cpp +++ b/src/vsg/io/read.cpp @@ -76,7 +76,7 @@ ref_ptr vsg::read(const Path& filename, ref_ptr options) if (load->object && options && options->findDynamicObjects && options->propagateDynamicObjects) { - // invoke the find and propogate visitiors to collate all the dynamic objects that will need to be cloned. + // invoke the find and propagate visitors to collate all the dynamic objects that will need to be cloned. std::scoped_lock fdo_lock(options->findDynamicObjects->mutex);