From 76e7666f9c7ebd5bc2b34b67959a1bbee6a7c703 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 23 Sep 2020 11:25:00 +0000 Subject: [PATCH] Fix typo --- zaza/openstack/charm_tests/ceph/iscsi/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/ceph/iscsi/tests.py b/zaza/openstack/charm_tests/ceph/iscsi/tests.py index 17775b7..b1a456d 100644 --- a/zaza/openstack/charm_tests/ceph/iscsi/tests.py +++ b/zaza/openstack/charm_tests/ceph/iscsi/tests.py @@ -90,7 +90,7 @@ class CephISCSIGatewayTest(test_utils.BaseCharmTest): """Run commands on unit. Iterate over each command and apply the context to the command, then - run the command on the suppliend unit. + run the command on the supplied unit. :param unit_name: Name of unit to match :type unit: str