Fix typos

This commit is contained in:
grossmj
2023-01-04 09:08:40 +08:00
parent 771a9a5ddb
commit 9132002b80
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ log = logging.getLogger(__name__)
class Node:
# This properties are used only on controller and are not forwarded to the compute
# These properties are used only on controller and are not forwarded to computes
CONTROLLER_ONLY_PROPERTIES = ["x", "y", "z", "locked", "width", "height", "symbol", "label", "console_host",
"port_name_format", "first_port_name", "port_segment_size", "ports",
"category", "console_auto_start"]