diff options
| author | Andreas Haas | 2017-10-14 12:45:26 +0200 |
|---|---|---|
| committer | Andreas Haas | 2017-10-14 12:45:49 +0200 |
| commit | 4c716f362378c18db05dc5c09f878d2aa3c7dd98 (patch) | |
| tree | d4151c90fcbaa395aaaf4053b9dcf89ed56cc38c /doc/classes/FileDialog.xml | |
| parent | 9876bad05c9a037b7dd4ff7f2c981d1b20278e72 (diff) | |
| download | godot-4c716f362378c18db05dc5c09f878d2aa3c7dd98.tar.gz godot-4c716f362378c18db05dc5c09f878d2aa3c7dd98.tar.zst godot-4c716f362378c18db05dc5c09f878d2aa3c7dd98.zip | |
[DOCS] Fix a few typos.
Diffstat (limited to 'doc/classes/FileDialog.xml')
| -rw-r--r-- | doc/classes/FileDialog.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml index d7a08368a..b3d131ca4 100644 --- a/doc/classes/FileDialog.xml +++ b/doc/classes/FileDialog.xml @@ -86,7 +86,7 @@ <return type="bool"> </return> <description> - Return true if the diaog allows show hidden files. + Return true if the dialog allows show hidden files. </description> </method> <method name="set_access"> @@ -205,10 +205,10 @@ The dialog allows the selection of file and directory. </constant> <constant name="ACCESS_USERDATA" value="1"> - The dialog allows ascess files under [Resource] path(res://) . + The dialog allows access files under [Resource] path(res://) . </constant> <constant name="ACCESS_FILESYSTEM" value="2"> - The dialog allows ascess files in whole file system. + The dialog allows access files in whole file system. </constant> </constants> <theme_items> |
