diff options
author | Shawn Routhier <sar@isc.org> | 2015-03-10 08:38:55 +0100 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2015-03-10 08:38:55 +0100 |
commit | e09a9fe7195ca3506fe7c20f2b83bdcc28721b2c (patch) | |
tree | baca957845eb3ff82370d180e39fc57553ecf1e9 /src/bin/dhcp6/dhcp6_srv.h | |
parent | [3705] Documentation updated. (diff) | |
download | kea-e09a9fe7195ca3506fe7c20f2b83bdcc28721b2c.tar.xz kea-e09a9fe7195ca3506fe7c20f2b83bdcc28721b2c.zip |
[3705] Fix some typos found during the review.
Diffstat (limited to 'src/bin/dhcp6/dhcp6_srv.h')
-rw-r--r-- | src/bin/dhcp6/dhcp6_srv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dhcp6/dhcp6_srv.h b/src/bin/dhcp6/dhcp6_srv.h index d8e65c0d0c..5cb515e634 100644 --- a/src/bin/dhcp6/dhcp6_srv.h +++ b/src/bin/dhcp6/dhcp6_srv.h @@ -610,7 +610,7 @@ protected: /// /// This method implements RFC6422. It checks if there are any RSOO options /// inserted by the relay agents in the query message. If there are, they - /// are copied over to the response if the met the following criteria: + /// are copied over to the response if they meet the following criteria: /// - the option is marked as RSOO-enabled (see relay-supplied-options /// configuration parameter) /// - there is no such option provided by the server) |