Fix typo in word from deactive to deactivated.

Change-Id: Ia682245445849ee8dffb2e2756b9503ca0f47f51
This commit is contained in:
Gleb Stepanov 2016-08-05 15:49:54 +03:00
parent fc92d5ce43
commit a58059304f
1 changed files with 2 additions and 2 deletions

View File

@ -1248,8 +1248,8 @@ class IPMISocatConsole(IPMIConsole):
self._exec_stop_console(driver_info)
except OSError:
# We need to drop any existing sol sessions with sol deactivate.
# OSError is raised when sol session is deactive, so we can
# ignore it.
# OSError is raised when sol session is already deactivated,
# so we can ignore it.
pass
self._start_console(driver_info, console_utils.start_socat_console)