From 613e8a391eba9083960af393f6e84d8c281587f7 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Tue, 21 Aug 2012 14:57:19 -0700
Subject: [PATCH] fix another typo, "sys.stderr" not "sys.stederr"

---
 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 4e40e2037..39812f928 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('Unable to open credentials.yaml to write out' +
+            sys.stderr.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