mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-05 00:15:17 +00:00
Corrected typos
This commit is contained in:
@@ -409,8 +409,8 @@ public:
|
||||
INSERT_LEASE6, // Add entry to lease6 table
|
||||
UPDATE_LEASE4, // Update a Lease4 entry
|
||||
UPDATE_LEASE6, // Update a Lease6 entry
|
||||
RECOUNT_LEASE4_STATS, // Fetches IPv4 address statisics
|
||||
RECOUNT_LEASE6_STATS, // Fetches IPv6 address statisics
|
||||
RECOUNT_LEASE4_STATS, // Fetches IPv4 address statistics
|
||||
RECOUNT_LEASE6_STATS, // Fetches IPv6 address statistics
|
||||
NUM_STATEMENTS // Number of statements
|
||||
};
|
||||
|
||||
@@ -421,7 +421,7 @@ private:
|
||||
/// of the addLease method. It binds the contents of the lease object to
|
||||
/// the prepared statement and adds it to the database.
|
||||
///
|
||||
/// @param stindex Index of statemnent being executed
|
||||
/// @param stindex Index of statement being executed
|
||||
/// @param bind MYSQL_BIND array that has been created for the type
|
||||
/// of lease in question.
|
||||
///
|
||||
@@ -502,7 +502,7 @@ private:
|
||||
///
|
||||
/// This method performs the common actions for the various getLease4()
|
||||
/// methods. It acts as an interface to the getLeaseCollection() method,
|
||||
/// but retrieveing only a single lease.
|
||||
/// but retrieving only a single lease.
|
||||
///
|
||||
/// @param stindex Index of statement being executed
|
||||
/// @param bind MYSQL_BIND array for input parameters
|
||||
@@ -514,7 +514,7 @@ private:
|
||||
///
|
||||
/// This method performs the common actions for the various getLease46)
|
||||
/// methods. It acts as an interface to the getLeaseCollection() method,
|
||||
/// but retrieveing only a single lease.
|
||||
/// but retrieving only a single lease.
|
||||
///
|
||||
/// @param stindex Index of statement being executed
|
||||
/// @param bind MYSQL_BIND array for input parameters
|
||||
|
Reference in New Issue
Block a user