From: Francis Dupont Date: Wed, 8 Feb 2017 15:01:37 +0000 (+0100) Subject: [master] spelling X-Git-Tag: trac3590_base~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=309a01c9b330d16198998ea99ea4164560a9bb12;p=thirdparty%2Fkea.git [master] spelling --- diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..d70269601b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "premium"] + path = premium + url = ssh://fdupont@repo.isc.org:/proj/git/prod/kea-premium.git diff --git a/src/bin/dhcp4/parser_context.h b/src/bin/dhcp4/parser_context.h index fa5a81c244..d5264571d1 100644 --- a/src/bin/dhcp4/parser_context.h +++ b/src/bin/dhcp4/parser_context.h @@ -318,7 +318,7 @@ public: /// @throw isc::Unexpected if unbalanced void leave(); - /// @brief Get the syntactix context name + /// @brief Get the syntactic context name /// /// @return printable name of the context. const std::string contextName(); @@ -327,7 +327,7 @@ public: /// @brief Flag determining scanner debugging. bool trace_scanning_; - /// @brief Flag determing parser debugging. + /// @brief Flag determining parser debugging. bool trace_parsing_; /// @brief Syntactic context stack diff --git a/src/bin/dhcp6/parser_context.h b/src/bin/dhcp6/parser_context.h index 3f2f94b17f..15c777f483 100644 --- a/src/bin/dhcp6/parser_context.h +++ b/src/bin/dhcp6/parser_context.h @@ -327,7 +327,7 @@ public: /// @throw isc::Unexpected if unbalanced void leave(); - /// @brief Get the syntactix context name + /// @brief Get the syntactic context name /// /// @return printable name of the context. const std::string contextName(); @@ -336,7 +336,7 @@ public: /// @brief Flag determining scanner debugging. bool trace_scanning_; - /// @brief Flag determing parser debugging. + /// @brief Flag determining parser debugging. bool trace_parsing_; /// @brief Syntactic context stack