Yeela Kaplan has uploaded a new change for review. Change subject: storageServer: fix spelling ......................................................................
storageServer: fix spelling Change-Id: Ifce5b76392e77e6f792f37f56096927a2273f7b0 Signed-off-by: Yeela Kaplan <[email protected]> --- M vdsm/storage/storageServer.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/43/12943/1 diff --git a/vdsm/storage/storageServer.py b/vdsm/storage/storageServer.py index 6f317ee..e36859b 100644 --- a/vdsm/storage/storageServer.py +++ b/vdsm/storage/storageServer.py @@ -508,7 +508,7 @@ return hash(type(self)) ^ hash(self._path) -class IlligalAliasError(RuntimeError): +class IllegalAliasError(RuntimeError): pass @@ -554,7 +554,7 @@ def _getConnectionFile(self, alias): if "/" in alias: - raise IlligalAliasError(alias) + raise IllegalAliasError(alias) try: os.makedirs(self._persistDir) -- To view, visit http://gerrit.ovirt.org/12943 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifce5b76392e77e6f792f37f56096927a2273f7b0 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yeela Kaplan <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
