]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: writing 52/head
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:26:24 +0000 (17:26 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:26:24 +0000 (17:26 -0400)
src/lib/dhcp/pkt4.h
src/lib/dhcp/pkt6.cc
src/lib/dhcpsrv/lease_file_stats.h

index 1011be7064449890f7973ede4fee2bafcac3886c..bd3af7d1fe45a00042bea52463d106e292cca002 100644 (file)
@@ -73,7 +73,7 @@ public:
     /// Prepares on-wire format of message and all its options.
     /// Options must be stored in options_ field.
     /// Output buffer will be stored in buffer_out_.
-    /// The buffer_out_ is cleared before writting to the buffer.
+    /// The buffer_out_ is cleared before writing to the buffer.
     ///
     /// @throw InvalidOperation if packing fails
     virtual void pack();
index 4b431bf33d4e9fbd2c8397c71e2bc0522962f03a..19de2f7a766645cd4b6e409f22ba8eade5f9292e 100644 (file)
@@ -281,7 +281,7 @@ Pkt6::pack() {
 void
 Pkt6::packUDP() {
     try {
-        // Make sure that the buffer is empty before we start writting to it.
+        // Make sure that the buffer is empty before we start writing to it.
         buffer_out_.clear();
 
         // is this a relayed packet?
index 70b02373218da1b3455021b47082efee264191fe..6a46480fac2b63ee8c868a7c16b19f1d01543b85 100644 (file)
@@ -53,7 +53,7 @@ public:
         return (write_leases_);
     }
 
-    /// @brief Gets the number of errors when writting leases
+    /// @brief Gets the number of errors when writing leases
     uint32_t getWriteErrs() const {
         return (write_errs_);
     }