fixing the typo of the error message from nbd

bug 1092640

Change-Id: I6743aea8cc96570a4a24e4a34d7b0b7f904c485d
This commit is contained in:
Craig Vyvial 2012-12-20 12:17:12 -06:00
parent 42bbac6705
commit d84ab04c0e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class NbdMount(api.Mount):
def _allocate_nbd(self):
if not os.path.exists('/sys/block/nbd0'):
LOG.error(_('ndb module not loaded'))
LOG.error(_('nbd module not loaded'))
self.error = _('nbd unavailable: module not loaded')
return None