Skip to content

Commit

Permalink
correct typos on comments. (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyunt authored and lmazuel committed Jul 1, 2019
1 parent 6ff1609 commit c4086bf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/asynctests/test_polling.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def resource(self):
@pytest.fixture
def client():
# We need a ServiceClientAsync instance, but the poller itself don't use it, so we don't need
# Something functionnal
# Something functional
return ServiceClientAsync(Configuration("http://example.org"))

@pytest.mark.asyncio
Expand Down
2 changes: 1 addition & 1 deletion tests/storage_models/list_service_sas_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ListServiceSasResponse(Model):
Variables are only populated by the server, and will be ignored when
sending a request.
:ivar service_sas_token: List service SAS credentials of speicific
:ivar service_sas_token: List service SAS credentials of specific
resource.
:vartype service_sas_token: str
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/storage_models/service_sas_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ServiceSasParameters(Model):
"""The parameters to list service SAS credentials of a speicific resource.
"""The parameters to list service SAS credentials of a specific resource.
:param canonicalized_resource: The canonical path to the signed resource.
:type canonicalized_resource: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class StorageAccountCheckNameAvailabilityParameters(Model):
"""The parameters used to check the availabity of the storage account name.
"""The parameters used to check the availability of the storage account name.
Variables are only populated by the server, and will be ignored when
sending a request.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_polling.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def resource(self):
@pytest.fixture
def client():
# We need a ServiceClient instance, but the poller itself don't use it, so we don't need
# Something functionnal
# Something functional
return ServiceClient(None, Configuration("http://example.org"))

def test_poller(client):
Expand Down

0 comments on commit c4086bf

Please sign in to comment.