diff --git a/libraries/entities/src/EntityItemProperties.cpp b/libraries/entities/src/EntityItemProperties.cpp
index 324cf15a07..e8bbc19ac2 100644
--- a/libraries/entities/src/EntityItemProperties.cpp
+++ b/libraries/entities/src/EntityItemProperties.cpp
@@ -737,7 +737,7 @@ EntityPropertyFlags EntityItemProperties::getChangedProperties() const {
* Note: If the name ends with "default-image-model.fbx"
then the entity is considered to be an "Image"
* entity, in which case the textures
property should be set per the example.
* @property {string} textures="" - A JSON string of texture name, URL pairs used when rendering the model in place of the
- * model's original textures. Use a texture name from the originanlTextures
property to override that texture.
+ * model's original textures. Use a texture name from the originalTextures
property to override that texture.
* Only the texture names and URLs to be overridden need be specified; original textures are used where there are no
* overrides. You can use JSON.stringify()
to convert a JavaScript object of name, URL pairs into a JSON
* string.