Fix spelling mistake of there's

Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
This commit is contained in:
Benjamin Drung 2020-04-29 14:11:32 +02:00 committed by Daniel Wozniak
parent 7df783153e
commit fa3eda57b1
3 changed files with 3 additions and 3 deletions

View file

@ -471,7 +471,7 @@ def _merge_list_of_dict(first, second, prepend=True):
for ele in second:
ele_key = ele.keys()[0]
if _lookup_element(overlaps, ele_key):
# If theres an overlap, get the value from the first
# If there's an overlap, get the value from the first
# But inserted into the right position
ele_val_first = _lookup_element(first, ele_key)
merged.append({ele_key: ele_val_first})

View file

@ -97,7 +97,7 @@ def init(
done_file :
Path where we check that this method has been called,
as it can run only once and theres currently no way
as it can run only once and there's currently no way
to ask LXD if init has been called.
"""

View file

@ -67,7 +67,7 @@ class ProxyTestCase(TestCase, LoaderModuleMockMixin):
def test_get_http_proxy_macos_none(self):
"""
Test to make sure that we correctly return when theres no proxy set
Test to make sure that we correctly return when there's no proxy set
"""
mock = MagicMock(
return_value="Enabled: No\nServer:\nPort: 0\nAuthenticated Proxy Enabled: 0"