Browse Source

[master] spelling

Francis Dupont 8 years ago
parent
commit
309a01c9b3
3 changed files with 7 additions and 4 deletions
  1. 3 0
      .gitmodules
  2. 2 2
      src/bin/dhcp4/parser_context.h
  3. 2 2
      src/bin/dhcp6/parser_context.h

+ 3 - 0
.gitmodules

@@ -0,0 +1,3 @@
+[submodule "premium"]
+	path = premium
+	url = ssh://fdupont@repo.isc.org:/proj/git/prod/kea-premium.git

+ 2 - 2
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

+ 2 - 2
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