Browse Source

[3673] Fix typo

Shawn Routhier 10 years ago
parent
commit
4ba876edc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/mysql_lease_mgr.h

+ 1 - 1
src/lib/dhcpsrv/mysql_lease_mgr.h

@@ -36,7 +36,7 @@ namespace dhcp {
 ///
 /// It makes no sense to copy an object of this class.  After the copy, both
 /// objects would contain pointers to the same MySql context object.  The
-/// destruction of one would invalid the context in the remaining object.
+/// destruction of one would invalidate the context in the remaining object.
 /// For this reason, the class is declared noncopyable.
 class MySqlHolder : public boost::noncopyable {
 public: