Parcourir la source

spelling: exchange

Josh Soref il y a 7 ans
Parent
commit
75f0991f60
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/perfdhcp/command_options.h

+ 1 - 1
src/bin/perfdhcp/command_options.h

@@ -145,7 +145,7 @@ public:
     /// \return type of lease being requested by perfdhcp.
     LeaseType getLeaseType() const { return (lease_type_); }
 
-    /// \brief Returns echange rate.
+    /// \brief Returns exchange rate.
     ///
     /// \return exchange rate per second.
     int getRate() const { return rate_; }