diff options
author | Brandon DeRosier <bdero@mit.edu> | 2014-11-11 13:57:25 -0500 |
---|---|---|
committer | Brandon DeRosier <bdero@mit.edu> | 2014-11-11 13:57:25 -0500 |
commit | 6628c0035bdf734a8280e5b481dc8486860e538e (patch) | |
tree | 506d371e3eb3d31e016ed3a2916f5c520b96606a | |
parent | 4b76b2caf5d63dac47f57e4684ea255a11ce89d6 (diff) |
Fixed documentation typo
-rw-r--r-- | doc/base/classes.xml | 2 | ||||
-rw-r--r-- | tools/docdump/class_list.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 9b78a399d6..2c49926d66 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -2392,7 +2392,7 @@ <argument index="1" name="animation" type="Animation"> </argument> <description> - Add an animation resource to the player, which will be later referenced by the "name" arguemnt. + Add an animation resource to the player, which will be later referenced by the "name" argument. </description> </method> <method name="remove_animation" > diff --git a/tools/docdump/class_list.xml b/tools/docdump/class_list.xml index 897477ff48..ab33cef7d7 100644 --- a/tools/docdump/class_list.xml +++ b/tools/docdump/class_list.xml @@ -319,7 +319,7 @@ <argument index="1" name="animation" type="Object"> </argument> <description> - Add an animation resource to the player, which will be later referenced by the "name" arguemnt. + Add an animation resource to the player, which will be later referenced by the "name" argument. </description> </method> <method name="remove_animation" > |