From 3d6c64c630ed280bad9187a9dec4cbc0f468f623 Mon Sep 17 00:00:00 2001
From: Thomas Grainger <tagrain@gmail.com>
Date: Tue, 21 Aug 2012 23:49:00 +0200
Subject: [PATCH] s/Unalbe/Unable/

---
 automation-tests/run.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/automation-tests/run.py b/automation-tests/run.py
index 6e6f40415..4e40e2037 100755
--- a/automation-tests/run.py
+++ b/automation-tests/run.py
@@ -99,7 +99,7 @@ def main():
             credentialsfile.close()
         #if you can't open the file for editing, bail
         except IOError:
-            sys.stederr.write('Unalbe to open credentials.yaml to write out' +
+            sys.stederr.write('Unable to open credentials.yaml to write out' +
                 ' credentials. Either create credentials.yaml manually or' +
                 ' ensure the test process has permission to create the file.\n')
             exit(1)
-- 
GitLab