Commit 4e7feb57 authored by Marco Mariani's avatar Marco Mariani

typo fix

parent 6fcd8bdb
...@@ -323,7 +323,7 @@ def _syncComputerPartitionInformation(func): ...@@ -323,7 +323,7 @@ def _syncComputerPartitionInformation(func):
return func(self, *args, **kw) return func(self, *args, **kw)
if not self._computer_id: if not self._computer_id:
# XXX Is it only in case of requesting instance? # XXX Is it only in case of requesting instance?
raise ResourceNotReady("Intance is not ready yet.") raise ResourceNotReady("Instance is not ready yet.")
# XXX: This is a ugly way to keep backward compatibility, # XXX: This is a ugly way to keep backward compatibility,
# We should stablise slap library soon. # We should stablise slap library soon.
computer = self._connection_helper.getFullComputerInformation(self._computer_id) computer = self._connection_helper.getFullComputerInformation(self._computer_id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment