Typo correction

Simple typo in the code .
This commit is contained in:
Radu Stefanache 2015-08-12 09:48:49 +01:00
parent fa56b3f37e
commit f5a6d8ca3a
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ StateListener<State, VirtualMachine.Event, VirtualMachine> {
}
}
}
s_logger.debug("Cannnot deploy to specified host, returning.");
s_logger.debug("Cannot deploy to specified host, returning.");
return null;
}