mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[4096] Fixed spelling fixes
This commit is contained in:
@@ -162,10 +162,10 @@ nodist_libkea_dhcpsrv_la_SOURCES += hosts_messages.h hosts_messages.cc
|
||||
|
||||
libkea_dhcpsrv_la_CXXFLAGS = $(AM_CXXFLAGS)
|
||||
libkea_dhcpsrv_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libkea_dhcpsrv_la_LIBADD = $(top_builddir)/src/lib/dhcp_ddns/libkea-dhcp_ddns.la
|
||||
libkea_dhcpsrv_la_LIBADD = $(top_builddir)/src/lib/eval/libkea-eval.la
|
||||
libkea_dhcpsrv_la_LIBADD += $(top_builddir)/src/lib/dhcp_ddns/libkea-dhcp_ddns.la
|
||||
libkea_dhcpsrv_la_LIBADD += $(top_builddir)/src/lib/stats/libkea-stats.la
|
||||
libkea_dhcpsrv_la_LIBADD += $(top_builddir)/src/lib/config/libkea-cfgclient.la
|
||||
libkea_dhcpsrv_la_LIBADD += $(top_builddir)/src/lib/eval/libkea-eval.la
|
||||
libkea_dhcpsrv_la_LIBADD += $(top_builddir)/src/lib/dhcp/libkea-dhcp++.la
|
||||
libkea_dhcpsrv_la_LIBADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la
|
||||
libkea_dhcpsrv_la_LIBADD += $(top_builddir)/src/lib/cc/libkea-cc.la
|
||||
|
@@ -53,7 +53,7 @@ public:
|
||||
/// @param match_expr Expression the class will use to determine membership
|
||||
/// @param options Collection of options members should be given
|
||||
ClientClassDef(const std::string& name, const ExpressionPtr& match_expr,
|
||||
const CfgOptionPtr& options = CfgOptionPtr());
|
||||
const CfgOptionPtr& options = CfgOptionPtr());
|
||||
|
||||
|
||||
/// Copy constructor
|
||||
@@ -118,7 +118,7 @@ private:
|
||||
/// @brief Unique text identifier by which this class is known.
|
||||
std::string name_;
|
||||
|
||||
/// @brief The logical expression which deteremines membership in
|
||||
/// @brief The logical expression which determines membership in
|
||||
/// this class.
|
||||
ExpressionPtr match_expr_;
|
||||
|
||||
@@ -180,7 +180,7 @@ public:
|
||||
|
||||
/// @brief Removes a given class definition from the dictionary
|
||||
///
|
||||
/// Removes the class defintion from the map if it exists, otherwise
|
||||
/// Removes the class definition from the map if it exists, otherwise
|
||||
/// no harm, no foul.
|
||||
///
|
||||
/// @param name the name of the class to remove
|
||||
|
@@ -145,10 +145,10 @@ endif
|
||||
|
||||
libdhcpsrv_unittests_LDADD = $(top_builddir)/src/lib/dhcpsrv/testutils/libdhcpsrvtest.la
|
||||
libdhcpsrv_unittests_LDADD += $(top_builddir)/src/lib/dhcpsrv/libkea-dhcpsrv.la
|
||||
libdhcpsrv_unittests_LDADD += $(top_builddir)/src/lib/eval/libkea-eval.la
|
||||
libdhcpsrv_unittests_LDADD += $(top_builddir)/src/lib/dhcp_ddns/libkea-dhcp_ddns.la
|
||||
libdhcpsrv_unittests_LDADD += $(top_builddir)/src/lib/stats/libkea-stats.la
|
||||
libdhcpsrv_unittests_LDADD += $(top_builddir)/src/lib/config/libkea-cfgclient.la
|
||||
libdhcpsrv_unittests_LDADD += $(top_builddir)/src/lib/eval/libkea-eval.la
|
||||
libdhcpsrv_unittests_LDADD += $(top_builddir)/src/lib/dhcp/libkea-dhcp++.la
|
||||
libdhcpsrv_unittests_LDADD += $(top_builddir)/src/lib/dhcp/tests/libdhcptest.la
|
||||
libdhcpsrv_unittests_LDADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la
|
||||
|
Reference in New Issue
Block a user