]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3673] Fix typo
authorShawn Routhier <sar@isc.org>
Wed, 11 Mar 2015 04:23:46 +0000 (21:23 -0700)
committerShawn Routhier <sar@isc.org>
Wed, 11 Mar 2015 04:23:46 +0000 (21:23 -0700)
src/lib/dhcpsrv/mysql_lease_mgr.h

index 87981b5785d1e833478ce38b071d1f69592ff215..9845e6f82d75eca76ee2fb6eac0e112c6f7565ca 100644 (file)
@@ -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: