Parcourir la source

[5019] spelling

Francis Dupont il y a 8 ans
Parent
commit
e3f2fe4b78
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcpsrv/parsers/dhcp_parsers.h

+ 1 - 1
src/lib/dhcpsrv/parsers/dhcp_parsers.h

@@ -818,7 +818,7 @@ public:
     SubnetConfigParser(const std::string&, ParserContextPtr global_context,
                        const isc::asiolink::IOAddress& default_addr);
 
-    /// @brief virtual destuctor (does nothing)
+    /// @brief virtual destructor (does nothing)
     virtual ~SubnetConfigParser() { }
 
 protected: