Browse Source

spelling: random

Josh Soref 7 years ago
parent
commit
36199850c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/perfdhcp/command_options.h

+ 1 - 1
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_; }