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

@@ -524,7 +524,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
*/
@@ -1180,7 +1180,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 AnotherFakeApi {
}
/**
* Get the API cilent
* Get the API client
*
* @return API client
*/
@@ -37,7 +37,7 @@ public class AnotherFakeApi {
}
/**
* Set the API cilent
* Set the API client
*
* @param apiClient an instance of API client
*/

View File

@@ -36,7 +36,7 @@ public class FakeApi {
}
/**
* Get the API cilent
* Get the API client
*
* @return API client
*/
@@ -45,7 +45,7 @@ public class FakeApi {
}
/**
* Set the API cilent
* Set the API client
*
* @param apiClient an instance of API client
*/
@@ -1164,7 +1164,7 @@ if (param2 != null)
}
// create path and map variables
String localVarPath = "/fake/test-query-paramters";
String localVarPath = "/fake/test-query-parameters";
// query params
List<Pair> localVarQueryParams = new ArrayList<Pair>();

View File

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

View File

@@ -31,7 +31,7 @@ public class PetApi {
}
/**
* Get the API cilent
* Get the API client
*
* @return API client
*/
@@ -40,7 +40,7 @@ public class PetApi {
}
/**
* Set the API cilent
* Set the API client
*
* @param apiClient an instance of API client
*/

View File

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

View File

@@ -28,7 +28,7 @@ public class UserApi {
}
/**
* Get the API cilent
* Get the API client
*
* @return API client
*/
@@ -37,7 +37,7 @@ public class UserApi {
}
/**
* 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
*/