]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
fixup variable name typo
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 22 Jul 2022 10:39:27 +0000 (12:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 22 Jul 2022 10:39:27 +0000 (12:39 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/HA/Manager.pm

index c6e3cba3da02fecf29a0467f5aa154302d401abe..518f64ff8d1c3ef43ae8a4a6986d59babc1dc7e0 100644 (file)
@@ -27,7 +27,7 @@ use PVE::HA::NodeStatus;
 # - $sd -> Service Data, the service status of a *single* service, iow. $ss->{$sid}
 #
 # - $sc -> Service Configuration, hash for all services including target state, group, ...
-# - $sd -> Configuration Data, the service config of a *single* service, iow. $sc->{$sid}
+# - $cd -> Configuration Data, the service config of a *single* service, iow. $sc->{$sid}
 #
 # Try to avoid adding new two letter (or similar over abbreviated) names, but also don't send
 # patches for changing above, as that set is mostly sensible and should be easy to remember once