Browse Source

[2833] (unrelated) corrected a trivial typo

JINMEI Tatuya 12 years ago
parent
commit
71e7728246
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/client_list.cc

+ 1 - 1
src/lib/datasrc/client_list.cc

@@ -116,7 +116,7 @@ ConfigurableClientList::configure(const ConstElementPtr& config,
             const ConstElementPtr name_elem(dconf->get("name"));
             const string name(name_elem ? name_elem->stringValue() : type);
             if (!used_names.insert(name).second) {
-                isc_throw(ConfigurationError, "Duplicit name in client list: "
+                isc_throw(ConfigurationError, "Duplicate name in client list: "
                           << name);
             }