From 3cd5e43fdfe13d3e810cdfdacfae817b9afbe432 Mon Sep 17 00:00:00 2001 From: Robin Stevens Date: Wed, 24 Jan 2018 10:29:49 +0100 Subject: [PATCH] Typo in comment --- src/osgDB/InputStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgDB/InputStream.cpp b/src/osgDB/InputStream.cpp index 4b3b8c2e2..abbf2f6df 100644 --- a/src/osgDB/InputStream.cpp +++ b/src/osgDB/InputStream.cpp @@ -856,7 +856,7 @@ osg::ref_ptr InputStream::readImage(bool readFromExternal) if (loadedFromCache) { - // we don't want to overwrite the properties of the image in the cache as this could cause theading problems if the object is currently being used + // we don't want to overwrite the properties of the image in the cache as this could cause threading problems if the object is currently being used // so we read the properties from the file into a dummy object and discard the changes. osg::ref_ptr temp_obj = readObjectFields("osg::Object", id, _dummyReadObject.get() ); _identifierMap[id] = image;