Skip to content

Commit 0b22fcc

Browse files
scaleway-botLaure-diremyleone
authored
chore: fix typos (#1368)
Co-authored-by: Laure-di <[email protected]> Co-authored-by: Rémy Léone <[email protected]>
1 parent 7b815be commit 0b22fcc

File tree

36 files changed

+54
-54
lines changed

36 files changed

+54
-54
lines changed

scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ async def reinstall_server(
645645
) -> Server:
646646
"""
647647
Reinstall a server.
648-
Reinstall an existing Apple silicon server (specified by its server ID) from a new image (OS). All the data on the disk is deleted and all configuration is reset to the defailt configuration values of the image (OS).
648+
Reinstall an existing Apple silicon server (specified by its server ID) from a new image (OS). All the data on the disk is deleted and all configuration is reset to the default configuration values of the image (OS).
649649
:param server_id: UUID of the server you want to reinstall.
650650
:param zone: Zone to target. If none is passed will use default zone from the config.
651651
:param os_id: Reinstall the server with the target OS, when no os_id provided the default OS for the server type is used.

scaleway-async/scaleway_async/applesilicon/v1alpha1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class OS:
174174

175175
release_notes_url: str
176176
"""
177-
Url of the release notes for the OS image or softwares pre-installed.
177+
Url of the release notes for the OS image or software pre-installed.
178178
"""
179179

180180
description: str

scaleway-async/scaleway_async/baremetal/v1/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,12 +1145,12 @@ class BMCAccess:
11451145

11461146
login: str
11471147
"""
1148-
The login to use for the BMC (Baseboard Management Controller) access authentification.
1148+
The login to use for the BMC (Baseboard Management Controller) access authentication.
11491149
"""
11501150

11511151
password: str
11521152
"""
1153-
The password to use for the BMC (Baseboard Management Controller) access authentification.
1153+
The password to use for the BMC (Baseboard Management Controller) access authentication.
11541154
"""
11551155

11561156
expires_at: Optional[datetime] = None

scaleway-async/scaleway_async/block/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ class ListSnapshotsResponse:
585585

586586
total_count: int
587587
"""
588-
Total number of snpashots in the project.
588+
Total number of snapshots in the project.
589589
"""
590590

591591

scaleway-async/scaleway_async/block/v1alpha1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ class ListSnapshotsResponse:
618618

619619
total_count: int
620620
"""
621-
Total number of snpashots in the project.
621+
Total number of snapshots in the project.
622622
"""
623623

624624

scaleway-async/scaleway_async/cockpit/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ class ListGrafanaProductDashboardsResponse:
933933
@dataclass
934934
class ListGrafanaUsersResponse:
935935
"""
936-
Ouptut returned when listing Grafana users.
936+
Output returned when listing Grafana users.
937937
"""
938938

939939
total_count: int

scaleway-async/scaleway_async/container/v1beta1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ async def create_cron(
10631063
"""
10641064
Create a new cron.
10651065
:param container_id: UUID of the container to invoke by the cron.
1066-
:param schedule: UNIX cron shedule.
1066+
:param schedule: UNIX cron schedule.
10671067
:param region: Region to target. If none is passed will use default region from the config.
10681068
:param args: Arguments to pass with the cron.
10691069
:param name: Name of the cron to create.

scaleway-async/scaleway_async/container/v1beta1/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ class Cron:
533533

534534
schedule: str
535535
"""
536-
UNIX cron shedule.
536+
UNIX cron schedule.
537537
"""
538538

539539
status: CronStatus
@@ -897,7 +897,7 @@ class CreateCronRequest:
897897

898898
schedule: str
899899
"""
900-
UNIX cron shedule.
900+
UNIX cron schedule.
901901
"""
902902

903903
region: Optional[ScwRegion] = None

scaleway-async/scaleway_async/dedibox/v1/types.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,7 @@ class Log:
18671867

18681868
member: Optional[RpnV2Member] = None
18691869
"""
1870-
RPN V2 member (if appliable).
1870+
RPN V2 member (if applicable).
18711871
"""
18721872

18731873
created_at: Optional[datetime] = None
@@ -2198,12 +2198,12 @@ class BMCAccess:
21982198

21992199
login: str
22002200
"""
2201-
The login to use for the BMC (Baseboard Management Controller) access authentification.
2201+
The login to use for the BMC (Baseboard Management Controller) access authentication.
22022202
"""
22032203

22042204
password: str
22052205
"""
2206-
The password to use for the BMC (Baseboard Management Controller) access authentification.
2206+
The password to use for the BMC (Baseboard Management Controller) access authentication.
22072207
"""
22082208

22092209
status: BMCAccessStatus
@@ -3521,7 +3521,7 @@ class Rescue:
35213521

35223522
protocol: RescueProtocol
35233523
"""
3524-
Protocol of the resuce.
3524+
Protocol of the rescue.
35253525
"""
35263526

35273527

scaleway-async/scaleway_async/domain/v2beta1/api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ async def get_ssl_certificate(
11161116
) -> SSLCertificate:
11171117
"""
11181118
Get a DNS zone's TLS certificate.
1119-
Get the DNS zone's TLS certificate. If you do not have a certificate, the ouptut returns `no certificate found`.
1119+
Get the DNS zone's TLS certificate. If you do not have a certificate, the output returns `no certificate found`.
11201120
:param dns_zone:
11211121
:return: :class:`SSLCertificate <SSLCertificate>`
11221122
@@ -1148,7 +1148,7 @@ async def wait_for_ssl_certificate(
11481148
) -> SSLCertificate:
11491149
"""
11501150
Get a DNS zone's TLS certificate.
1151-
Get the DNS zone's TLS certificate. If you do not have a certificate, the ouptut returns `no certificate found`.
1151+
Get the DNS zone's TLS certificate. If you do not have a certificate, the output returns `no certificate found`.
11521152
:param dns_zone:
11531153
:return: :class:`SSLCertificate <SSLCertificate>`
11541154
@@ -2582,7 +2582,7 @@ async def get_domain_auth_code(
25822582
) -> GetDomainAuthCodeResponse:
25832583
"""
25842584
Get a domain's authorization code.
2585-
Retrieve the authorization code to tranfer an unlocked domain. The output returns an error if the domain is locked.
2585+
Retrieve the authorization code to transfer an unlocked domain. The output returns an error if the domain is locked.
25862586
Some TLDs may have a different procedure to retrieve the authorization code. In that case, the information displays in the message field.
25872587
:param domain:
25882588
:return: :class:`GetDomainAuthCodeResponse <GetDomainAuthCodeResponse>`

0 commit comments

Comments
 (0)