Fixed typo

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/branches/OpenSceneGraph-3.2@14726 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-02-26 14:16:36 +00:00
parent b6f05114dc
commit 005e52144d

View File

@@ -248,7 +248,7 @@ simage_tiff_error(char * buffer, int buflen)
strncpy(buffer, "TIFF loader: Error opening file", buflen);
break;
case ERR_READ:
strncpy(buffer, "TIFF loader: Error reding/decoding file", buflen);
strncpy(buffer, "TIFF loader: Error reading/decoding file", buflen);
break;
case ERR_MEM:
strncpy(buffer, "TIFF loader: Out of memory error", buflen);