Browse Source

[master] msqg -> msgq

Francis Dupont 10 years ago
parent
commit
03e0f73145
1 changed files with 1 additions and 1 deletions
  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,