summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Manuel <johan.manuel@live.fr>2016-07-22 12:03:10 +0200
committerJohan Manuel <johan.manuel@live.fr>2016-07-22 12:03:10 +0200
commit908f585ef6b6e77e132eb17cddc2f92ee764eff1 (patch)
tree2342cadc0c701418a3af18e72d64a09ae91a9dc1
parentec8c6e2c7c6689856a9a5547ece905339df994a8 (diff)
Fix typo in ScrollContainer documentation
-rw-r--r--doc/base/classes.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index be0a0078fc..3a33fb9b3b 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -34134,28 +34134,28 @@
<return type="bool">
</return>
<description>
- Return true if horizontal scrool is allowed.
+ Return true if horizontal scroll is allowed.
</description>
</method>
<method name="is_v_scroll_enabled" qualifiers="const">
<return type="bool">
</return>
<description>
- Return true if vertical scrool is allowed.
+ Return true if vertical scroll is allowed.
</description>
</method>
<method name="set_enable_h_scroll">
<argument index="0" name="enable" type="bool">
</argument>
<description>
- Set allows horizontal scrool.
+ Set allows horizontal scroll.
</description>
</method>
<method name="set_enable_v_scroll">
<argument index="0" name="enable" type="bool">
</argument>
<description>
- Set allows vertical scrool.
+ Set allows vertical scroll.
</description>
</method>
<method name="set_h_scroll">