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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user