Skip to content

Commit f5a6d8c

Browse files
Typo correction
Simple typo in the code .
1 parent fa56b3f commit f5a6d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/com/cloud/deploy/DeploymentPlanningManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ public DeployDestination planDeployment(VirtualMachineProfile vmProfile, Deploym
358358
}
359359
}
360360
}
361-
s_logger.debug("Cannnot deploy to specified host, returning.");
361+
s_logger.debug("Cannot deploy to specified host, returning.");
362362
return null;
363363
}
364364

0 commit comments

Comments
 (0)