This repository was archived by the owner on Aug 28, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/org/mozilla/taskcluster/client/auth Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -947,7 +947,7 @@ Properties
947
947
SourceURL = 'http://schemas.taskcluster.net/auth/v1/create-client-response.json#/properties/description'
948
948
Property 'disabled' =
949
949
Description = 'If true, this client is disabled and cannot be used. This usually occurs when the
950
- scopes avaialble to the user owning the client no longer satisfy the client.
950
+ scopes available to the user owning the client no longer satisfy the client.
951
951
'
952
952
Type = 'boolean'
953
953
TypeName = 'Disabled'
@@ -1094,7 +1094,7 @@ Properties
1094
1094
SourceURL = 'http://schemas.taskcluster.net/auth/v1/get-client-response.json#/properties/description'
1095
1095
Property 'disabled' =
1096
1096
Description = 'If true, this client is disabled and cannot be used. This usually occurs when the
1097
- scopes avaialble to the user owning the client no longer satisfy the client.
1097
+ scopes available to the user owning the client no longer satisfy the client.
1098
1098
'
1099
1099
Type = 'boolean'
1100
1100
TypeName = 'Disabled'
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public class CreateClientResponse {
56
56
57
57
/**
58
58
* If true, this client is disabled and cannot be used. This usually occurs when the
59
- * scopes avaialble to the user owning the client no longer satisfy the client.
59
+ * scopes available to the user owning the client no longer satisfy the client.
60
60
*
61
61
* See http://schemas.taskcluster.net/auth/v1/create-client-response.json#/properties/disabled
62
62
*/
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public class GetClientResponse {
46
46
47
47
/**
48
48
* If true, this client is disabled and cannot be used. This usually occurs when the
49
- * scopes avaialble to the user owning the client no longer satisfy the client.
49
+ * scopes available to the user owning the client no longer satisfy the client.
50
50
*
51
51
* See http://schemas.taskcluster.net/auth/v1/get-client-response.json#/properties/disabled
52
52
*/
You can’t perform that action at this time.
0 commit comments