Parcourir la source

[master] msqg -> msgq

Francis Dupont il y a 10 ans
Parent
commit
03e0f73145
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/dhcp6/ctrl_dhcp6_srv.h

+ 1 - 1
src/bin/dhcp6/ctrl_dhcp6_srv.h

@@ -27,7 +27,7 @@ namespace dhcp {
 ///
 /// This is a class that is responsible for DHCPv6 server being controllable.
 /// It does various things, depending on the configuration backend.
-/// For Bundy backend it establishes a connection with msqg and later receives
+/// For Bundy backend it establishes a connection with msgq and later receives
 /// commands over it. For Kea backend, it reads configuration file from disk.
 ///
 /// For detailed explanation or relations between main(), ControlledDhcpv6Srv,