Browse Source

[3667] Corrected some minor typos.

Marcin Siodelski 10 years ago
parent
commit
8821e4c3b4
2 changed files with 4 additions and 5 deletions
  1. 2 2
      src/bin/lfc/lfc_messages.mes
  2. 2 3
      src/lib/dhcpsrv/lease_stats.h

+ 2 - 2
src/bin/lfc/lfc_messages.mes

@@ -37,12 +37,12 @@ This message is issued if LFC detected a failure when trying
 to manipulate the files.  It includes a more specifc error string.
 
 % LFC_READ_MESSAGE Leases: %1, attempts: %2, errors: %3.
-This message print out the number of leases that were read, the
+This message prints out the number of leases that were read, the
 number of attempts to read leases and the number of errors
 encountered while reading.
 
 % LFC_WRITE_MESSAGE Leases: %1, attempts: %2, errors: %3.
-This message print out the number of leases that were written, the
+This message prints out the number of leases that were written, the
 number of attempts to write leases and the number of errors
 encountered while writing.
 

+ 2 - 3
src/lib/dhcpsrv/lease_stats.h

@@ -21,9 +21,8 @@ namespace dhcp {
 /// @brief Provides statistics for leases.
 ///
 /// This class provides a common space for statistics that we wish
-/// to keep about leases.  Currently this is foe use with lease files
-/// but it may be exannded in the future.
-
+/// to keep about leases.  Currently this is for use with lease files
+/// but it may be expanded in the future.
 class LeaseFileStats {
 public:
     /// @brief Constructor