Skip to content

Commit f55d83d

Browse files
Merge pull request #1240 from appcodegen/lrdev
Fixed typos
2 parents 8a229b3 + 1564ace commit f55d83d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

include/vsg/io/DatabasePager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

src/vsg/io/read.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)