diff options
Diffstat (limited to 'src/bin/d2/nc_remove.h')
-rw-r--r-- | src/bin/d2/nc_remove.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/d2/nc_remove.h b/src/bin/d2/nc_remove.h index b9ed2c9918..1584cb0025 100644 --- a/src/bin/d2/nc_remove.h +++ b/src/bin/d2/nc_remove.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2015,2017 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -212,7 +212,7 @@ protected: /// post a next event of IO_COMPLETED_EVT and then invoke runModel which /// resumes execution of the state model. /// - /// When the handler is invoked with a next event of IO_COMPELTED_EVT, + /// When the handler is invoked with a next event of IO_COMPLETED_EVT, /// the DNS update status is checked and acted upon accordingly: /// /// Transitions to: @@ -254,7 +254,7 @@ protected: /// post a next event of IO_COMPLETED_EVT and then invoke runModel which /// resumes execution of the state model. /// - /// When the handler is invoked with a next event of IO_COMPELTED_EVT, + /// When the handler is invoked with a next event of IO_COMPLETED_EVT, /// the DNS update status is checked and acted upon accordingly: /// /// Transitions to: @@ -306,7 +306,7 @@ protected: /// post a next event of IO_COMPLETED_EVT and then invoke runModel which /// resumes execution of the state model. /// - /// When the handler is invoked with a next event of IO_COMPELTED_EVT, + /// When the handler is invoked with a next event of IO_COMPLETED_EVT, /// the DNS update status is checked and acted upon accordingly: /// /// Transitions to: |