diff options
author | Mukund Sivaraman <muks@isc.org> | 2012-12-27 11:55:10 +0100 |
---|---|---|
committer | Mukund Sivaraman <muks@isc.org> | 2012-12-27 12:40:27 +0100 |
commit | 029be672c7bf1b936859e811a17d45d04215ecd4 (patch) | |
tree | 6b8e993d24b51632cc9ac512f344067620784bfb /src/lib/dns/rrttl.h | |
parent | [2565] style cleanups: constify; combine short lines (diff) | |
download | kea-029be672c7bf1b936859e811a17d45d04215ecd4.tar.xz kea-029be672c7bf1b936859e811a17d45d04215ecd4.zip |
[2565] Fix grammar in methods' documentation
Diffstat (limited to 'src/lib/dns/rrttl.h')
-rw-r--r-- | src/lib/dns/rrttl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dns/rrttl.h b/src/lib/dns/rrttl.h index 7904d84871..23d57f4f73 100644 --- a/src/lib/dns/rrttl.h +++ b/src/lib/dns/rrttl.h @@ -133,7 +133,7 @@ public: /// One main purpose of this function is to minimize the overhead /// when the given text does not represent a valid RR TTL. For this /// reason this function intentionally omits the capability of delivering - /// details reason for the parse failure, such as in the \c want() + /// a detailed reason for the parse failure, such as in the \c want() /// string when exception is thrown from the constructor (it will /// internally require a creation of string object, which is relatively /// expensive). If such detailed information is necessary, the constructor |