File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ namespace vsg
7979 VSG_type_name (vsg::DatabaseQueue);
8080
8181 // / Multi-threaded database pager for reading, compiling loaded PagedLOD subgraphs and updating the scene graph
82- // / with newly loaded subgraphs and pruning expired PageLOD subgraphs
82+ // / with newly loaded subgraphs and pruning expired PagedLOD subgraphs
8383 class VSG_DECLSPEC DatabasePager : public Inherit<Object, DatabasePager>
8484 {
8585 public:
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ ref_ptr<Object> vsg::read(const Path& filename, ref_ptr<const Options> options)
7676
7777 if (load->object && options && options->findDynamicObjects && options->propagateDynamicObjects )
7878 {
79- // invoke the find and propogate visitiors to collate all the dynamic objects that will need to be cloned.
79+ // invoke the find and propagate visitors to collate all the dynamic objects that will need to be cloned.
8080
8181 std::scoped_lock<std::mutex> fdo_lock (options->findDynamicObjects ->mutex );
8282
You can’t perform that action at this time.
0 commit comments