Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
8821e4c3
Commit
8821e4c3
authored
Feb 11, 2015
by
Marcin Siodelski
Browse files
[3667] Corrected some minor typos.
parent
6c4cc8c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/lfc/lfc_messages.mes
View file @
8821e4c3
...
...
@@ -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 print
s
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 print
s
out the number of leases that were written, the
number of attempts to write leases and the number of errors
encountered while writing.
src/lib/dhcpsrv/lease_stats.h
View file @
8821e4c3
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment