Skip to content

Commit a2de5fb

Browse files
committed
Fix small typo for VNC settings
1 parent e2a32ab commit a2de5fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

agent/src/com/cloud/agent/resource/computing/LibvirtVMDef.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,11 +717,11 @@ public static class GraphicDef {
717717
private final String _passwd;
718718
private final String _keyMap;
719719

720-
public GraphicDef(String type, short port, boolean auotPort,
720+
public GraphicDef(String type, short port, boolean autoPort,
721721
String listenAddr, String passwd, String keyMap) {
722722
_type = type;
723723
_port = port;
724-
_autoPort = auotPort;
724+
_autoPort = autoPort;
725725
_listenAddr = listenAddr;
726726
_passwd = passwd;
727727
_keyMap = keyMap;

0 commit comments

Comments
 (0)