Merge pull request #708 from radu-stefanache/master

Fixed typoSpotted this using Elasticsearch .

* pr/708:
  Typo correction

Signed-off-by: Wido den Hollander <wido@widodh.nl>
This commit is contained in:
Wido den Hollander 2015-08-18 12:03:24 +02:00
commit 64a2cbdae6
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;
}