2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[3673] Fix typo

This commit is contained in:
Shawn Routhier
2015-03-10 21:23:46 -07:00
parent ccf7e110c2
commit 4ba876edc5

View 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: