typo fix
Closes #809

Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/00b70ef1
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/00b70ef1
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/00b70ef1

Branch: refs/heads/trunk
Commit: 00b70ef1c582c98dcd387b2aa35ab26ccc48fc31
Parents: 9118eb5
Author: Rene Kjellerup <rk.katana.st...@gmail.com>
Authored: Tue Jun 14 21:20:05 2016 -0700
Committer: Anthony Shaw <anthonys...@apache.org>
Committed: Fri Jun 24 14:05:06 2016 +1000

----------------------------------------------------------------------
 libcloud/compute/drivers/libvirt_driver.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/00b70ef1/libcloud/compute/drivers/libvirt_driver.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/libvirt_driver.py 
b/libcloud/compute/drivers/libvirt_driver.py
index 40ef0a9..c8a6a7c 100644
--- a/libcloud/compute/drivers/libvirt_driver.py
+++ b/libcloud/compute/drivers/libvirt_driver.py
@@ -87,7 +87,7 @@ class LibvirtNodeDriver(NodeDriver):
         except libvirt.libvirtError:
             if key is None or secret is None:
                 raise RuntimeError('The remote Libvirt instance requires ' +
-                                   'authenication, please set \'key\' and ' +
+                                   'authentication, please set \'key\' and ' +
                                    '\'secret\' parameters')
             auth = [[libvirt.VIR_CRED_AUTHNAME, libvirt.VIR_CRED_PASSPHRASE],
                     self._cred_callback, None]

Reply via email to