From 8821e4c3b4c0bba7a9c6b69cc97c1f5b4606144f Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Wed, 11 Feb 2015 14:27:10 +0100 Subject: [PATCH] [3667] Corrected some minor typos. --- src/bin/lfc/lfc_messages.mes | 4 ++-- src/lib/dhcpsrv/lease_stats.h | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/bin/lfc/lfc_messages.mes b/src/bin/lfc/lfc_messages.mes index cc3d6806eb..fca34d52eb 100644 --- a/src/bin/lfc/lfc_messages.mes +++ b/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. diff --git a/src/lib/dhcpsrv/lease_stats.h b/src/lib/dhcpsrv/lease_stats.h index 9eb839dee7..8549c2952f 100644 --- a/src/lib/dhcpsrv/lease_stats.h +++ b/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 -- 2.47.3