summaryrefslogtreecommitdiffstats
path: root/src/lib/exceptions
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2017-01-24 20:07:17 +0100
committerFrancis Dupont <fdupont@isc.org>2017-01-24 20:07:17 +0100
commit6bb9b924afd025c0ed5291311dc1012077071ea0 (patch)
tree960ae8fcad0a8b5b93f82975273a41904c07aa00 /src/lib/exceptions
parent[master] spelling (including in a message) (diff)
downloadkea-6bb9b924afd025c0ed5291311dc1012077071ea0.tar.xz
kea-6bb9b924afd025c0ed5291311dc1012077071ea0.zip
[master] spelling (including in some messages)
Diffstat (limited to 'src/lib/exceptions')
-rw-r--r--src/lib/exceptions/exceptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exceptions/exceptions.h b/src/lib/exceptions/exceptions.h
index 2f044e6a19..14d1021a98 100644
--- a/src/lib/exceptions/exceptions.h
+++ b/src/lib/exceptions/exceptions.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-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
@@ -64,7 +64,7 @@ public:
/// @return A C-style character string of the exception cause.
virtual const char* what() const throw();
- /// \brief Returns a C-style charater string of the cause of exception.
+ /// \brief Returns a C-style character string of the cause of exception.
///
/// With verbose set to true, also returns file name and line numbers.
/// Note that we can't simply define a single what() method with parameters,