summaryrefslogtreecommitdiff
path: root/scene/resources
diff options
context:
space:
mode:
authorAndy Maloney <asmaloney@gmail.com>2020-07-16 12:54:15 -0400
committerAndy Maloney <asmaloney@gmail.com>2020-07-21 15:17:23 -0400
commit4dda62f5911eefe4c0476d1e148256545e3c931e (patch)
treead4de6d84dd44d39b41ae6be6eb9d4f7cec6ce4e /scene/resources
parent9e34ba48556b71f1f672b5be47d12b0e3f679b86 (diff)
Fix spelling & grammar in comments, docs, and messages
Diffstat (limited to 'scene/resources')
-rw-r--r--scene/resources/texture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/texture.cpp b/scene/resources/texture.cpp
index 331cffed5d..5681613c04 100644
--- a/scene/resources/texture.cpp
+++ b/scene/resources/texture.cpp
@@ -2079,7 +2079,7 @@ Error StreamTextureLayered::_load_data(const String &p_path, Vector<Ref<Image>>
uint32_t df = f->get_32(); //data format
mipmap_limit = int(f->get_32());
- //reserverd
+ //reserved
f->get_32();
f->get_32();
f->get_32();