Fix thousands of spelling typos (#10272)

This commit is contained in:
Nathan Baulch
2021-08-29 00:58:24 +10:00
committed by GitHub
parent 2d239271e5
commit 5d68bd6a03
1132 changed files with 2060 additions and 2060 deletions

View File

@@ -405,7 +405,7 @@ public class ApiClient extends JavaTimeFormatter {
/**
* The path of temporary folder used to store downloaded files from endpoints
* with file response. The default value is <code>null</code>, i.e. using
* the system's default tempopary folder.
* the system's default temporary folder.
*
* @return Temp folder path
*/
@@ -1045,7 +1045,7 @@ public class ApiClient extends JavaTimeFormatter {
/**
* Customize the client builder.
*
* This method can be overriden to customize the API client. For example, this can be used to:
* This method can be overridden to customize the API client. For example, this can be used to:
* 1. Set the hostname verifier to be used by the client to verify the endpoint's hostname
* against its identification information.
* 2. Set the client-side key store.

View File

@@ -12,7 +12,7 @@ public class ServerConfiguration {
/**
* @param URL A URL to the target host.
* @param description A describtion of the host designated by the URL.
* @param description A description of the host designated by the URL.
* @param variables A map between a variable name and its value. The value is used for substitution in the server's URL template.
*/
public ServerConfiguration(String URL, String description, Map<String, ServerVariable> variables) {

View File

@@ -28,7 +28,7 @@ public class DefaultApi {
}
/**
* Get the API cilent
* Get the API client
*
* @return API client
*/
@@ -37,7 +37,7 @@ public class DefaultApi {
}
/**
* Set the API cilent
* Set the API client
*
* @param apiClient an instance of API client
*/

View File

@@ -132,7 +132,7 @@ public abstract class AbstractOpenApiSchema {
}
/**
* Is nullalble
* Is nullable
*
* @return true if it's nullable
*/