Преглед на файлове

Merge pull request #199 from jupmorenor/patch-1

misspelling a word
Rémi Verschelde преди 9 години
родител
ревизия
623f8f0116
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tutorials/step_by_step/resources.rst

+ 1 - 1
tutorials/step_by_step/resources.rst

@@ -132,7 +132,7 @@ Freeing resources
 
 Resource extends from :ref:`Reference <class_Reference>`.
 As such, when a resource is no longer in use, it will automatically free
-itelf. Since, in most cases, Resources are contained in Nodes, scripts
+itself. Since, in most cases, Resources are contained in Nodes, scripts
 or other resources, when a node is removed or freed, all the children
 resources are freed too.