From: Josh Soref Date: Sun, 23 Jul 2017 19:48:27 +0000 (-0400) Subject: spelling: random X-Git-Tag: trac5124a_base~35^2~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36199850c1be881a19944ffa604b386950031ee7;p=thirdparty%2Fkea.git spelling: random --- diff --git a/src/bin/perfdhcp/command_options.h b/src/bin/perfdhcp/command_options.h index aaaede270e..d6cae48669 100644 --- a/src/bin/perfdhcp/command_options.h +++ b/src/bin/perfdhcp/command_options.h @@ -252,7 +252,7 @@ public: /// \return true if seed was provided. bool isSeeded() const { return seeded_; } - /// \brief Returns radom seed. + /// \brief Returns random seed. /// /// \return random seed. uint32_t getSeed() const { return seed_; }