Browse Source

[5019] spelling

Francis Dupont 8 years ago
parent
commit
e3f2fe4b78
1 changed files with 1 additions and 1 deletions
  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: