From 612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Wed, 21 Feb 2018 11:30:55 -0500 Subject: Fix typos with codespell Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` --- doc/classes/ConfigFile.xml | 2 +- doc/classes/File.xml | 2 +- doc/classes/HTTPClient.xml | 2 +- doc/classes/Line2D.xml | 2 +- doc/classes/Sprite.xml | 2 +- doc/classes/Viewport.xml | 2 +- doc/classes/VisualServer.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/ConfigFile.xml b/doc/classes/ConfigFile.xml index da86554380..b46e96c2a0 100644 --- a/doc/classes/ConfigFile.xml +++ b/doc/classes/ConfigFile.xml @@ -4,7 +4,7 @@ Helper class to handle INI-style files. - This helper class can be used to store [Variant] values on the filesystem using INI-style formatting. The stored values are indentified by a section and a key: + This helper class can be used to store [Variant] values on the filesystem using INI-style formatting. The stored values are identified by a section and a key: [codeblock] [section] some_key=42 diff --git a/doc/classes/File.xml b/doc/classes/File.xml index baa7045e8c..4074c236eb 100644 --- a/doc/classes/File.xml +++ b/doc/classes/File.xml @@ -380,7 +380,7 @@ If [code]true[/code] the file's endianness is swapped. Use this if you're dealing with files written in big endian machines. - Note that this is about the file format, not CPU type. This is always reseted to [code]false[/code] whenever you open the file. + Note that this is about the file format, not CPU type. This is always reset to [code]false[/code] whenever you open the file. diff --git a/doc/classes/HTTPClient.xml b/doc/classes/HTTPClient.xml index 1c518fb6f5..2dcfb6c7d9 100644 --- a/doc/classes/HTTPClient.xml +++ b/doc/classes/HTTPClient.xml @@ -384,7 +384,7 @@ HTTP status code [code]429 Too Many Requests[/code]. The user has sent too many requests in a given amount of time (see "rate limiting"). Back off and increase time between requests or try again later. - HTTP status code [code]431 Rquest Header Fields Too Large[/code]. The server is unwilling to process the request because its header fields are too large. The request MAY be resubmitted after reducing the size of the request header fields. + HTTP status code [code]431 Request Header Fields Too Large[/code]. The server is unwilling to process the request because its header fields are too large. The request MAY be resubmitted after reducing the size of the request header fields. HTTP status code [code]451 Response Unavailable For Legal Reasons[/code]. The server is denying access to the resource as a consequence of a legal demand. diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml index fd45c8a986..89f43fc95d 100644 --- a/doc/classes/Line2D.xml +++ b/doc/classes/Line2D.xml @@ -53,7 +53,7 @@ - Overwites the position in point [code]i[/code] with the supplied [code]position[/code]. + Overwrites the position in point [code]i[/code] with the supplied [code]position[/code]. diff --git a/doc/classes/Sprite.xml b/doc/classes/Sprite.xml index d60e1dbe52..a3423a0739 100644 --- a/doc/classes/Sprite.xml +++ b/doc/classes/Sprite.xml @@ -26,7 +26,7 @@ Current frame to display from sprite sheet. [member vframes] or [member hframes] must be greater than 1. - The number of collumns in the sprite sheet. + The number of columns in the sprite sheet. The normal map gives depth to the Sprite. diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml index b3568321ad..6aac66269d 100644 --- a/doc/classes/Viewport.xml +++ b/doc/classes/Viewport.xml @@ -123,7 +123,7 @@ - Get the enabled status of the size strech override set with [method set_size_override_stretch]. + Get the enabled status of the size stretch override set with [method set_size_override_stretch]. diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml index 204a4a6704..505a3d1474 100644 --- a/doc/classes/VisualServer.xml +++ b/doc/classes/VisualServer.xml @@ -1274,7 +1274,7 @@ - Syncronizes threads. + Synchronizes threads. -- cgit v1.2.3