aboutsummaryrefslogtreecommitdiff
path: root/core/array.cpp
diff options
context:
space:
mode:
authorRoss Hadden2017-09-21 23:58:29 -0400
committerRoss Hadden2017-09-21 23:58:29 -0400
commit1a97d6455d05320eef5ab9da7a7b0528d791be4f (patch)
tree31313092761a97a6897ff1b2f1bbb919004c5630 /core/array.cpp
parentd595b79c62a2db691f5b7314d365d3a57b601c18 (diff)
downloadgodot-1a97d6455d05320eef5ab9da7a7b0528d791be4f.tar.gz
godot-1a97d6455d05320eef5ab9da7a7b0528d791be4f.tar.zst
godot-1a97d6455d05320eef5ab9da7a7b0528d791be4f.zip
Diffstat (limited to 'core/array.cpp')
-rw-r--r--core/array.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/array.cpp b/core/array.cpp
index 2e3fbf858..30184a002 100644
--- a/core/array.cpp
+++ b/core/array.cpp
@@ -47,11 +47,11 @@ void Array::_ref(const Array &p_from) const {
ERR_FAIL_COND(!_fp); // should NOT happen.
if (_fp == _p)
- return; //wathever it is, nothing to do here move along
+ return; // whatever it is, nothing to do here move along
bool success = _fp->refcount.ref();
- ERR_FAIL_COND(!success); //should really not happen either
+ ERR_FAIL_COND(!success); // should really not happen either
_unref();