summaryrefslogtreecommitdiff
path: root/morphlib/exts
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/exts')
-rwxr-xr-xmorphlib/exts/nfsboot.write2
-rwxr-xr-xmorphlib/exts/openstack.check2
2 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/exts/nfsboot.write b/morphlib/exts/nfsboot.write
index 9fa6fc84..49d71174 100755
--- a/morphlib/exts/nfsboot.write
+++ b/morphlib/exts/nfsboot.write
@@ -21,7 +21,7 @@
- This was written before 'proper' deployment mechanisms were in place
It is unlikely to work at all and will not work correctly
-Use the pxeboot werite extension instead
+Use the pxeboot write extension instead
***
diff --git a/morphlib/exts/openstack.check b/morphlib/exts/openstack.check
index a6856c31..3850d481 100755
--- a/morphlib/exts/openstack.check
+++ b/morphlib/exts/openstack.check
@@ -81,7 +81,7 @@ class OpenStackCheckExtension(morphlib.writeexts.WriteExtension):
exit, out, err = cliapp.runcmd_unchecked(cmdline)
if exit != 0:
- if err.startswith('The request you have made requires ' \
+ if err.startswith('The request you have made requires '
'authentication. (HTTP 401)'):
raise cliapp.AppException('Invalid OpenStack credentials.')
else: