From: Josh Soref Date: Sun, 23 Jul 2017 20:25:04 +0000 (-0400) Subject: spelling: setting X-Git-Tag: trac5124a_base~35^2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=000d5653df4323d9e030e8d810dc466c19ae03ec;p=thirdparty%2Fkea.git spelling: setting --- diff --git a/src/lib/dhcpsrv/mysql_host_data_source.cc b/src/lib/dhcpsrv/mysql_host_data_source.cc index c7592967de..82fd38d6a5 100644 --- a/src/lib/dhcpsrv/mysql_host_data_source.cc +++ b/src/lib/dhcpsrv/mysql_host_data_source.cc @@ -374,7 +374,7 @@ public: // is_null only if it should be true. This gives up minor performance // benefit while being safe approach. For improved readability, the // code that explicitly sets is_null is there, but is commented out. - // This also takes care of seeeting bind_[X].is_null to MLM_FALSE. + // This also takes care of setting bind_[X].is_null to MLM_FALSE. memset(&bind_[0], 0, sizeof(MYSQL_BIND) * bind_.size()); // host_id : INT UNSIGNED NOT NULL