Browse Source

[trac404] Spelling fixes

Michal 'vorner' Vaner 14 years ago
parent
commit
87c6ef9942
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/lib/dns/messagerenderer.h
  2. 1 1
      src/lib/dns/rdatafields.cc

+ 1 - 1
src/lib/dns/messagerenderer.h

@@ -106,7 +106,7 @@ protected:
     /// \short Buffer to store data
     /// \short Buffer to store data
     ///
     ///
     /// It was decided that there's no need to have this in every subclass,
     /// It was decided that there's no need to have this in every subclass,
-    /// at last not now, and this reduces code size and gives compiler a better
+    /// at least not now, and this reduces code size and gives compiler a better
     /// chance to optimise.
     /// chance to optimise.
     OutputBuffer& buffer_;
     OutputBuffer& buffer_;
 public:
 public:

+ 1 - 1
src/lib/dns/rdatafields.cc

@@ -116,7 +116,7 @@ public:
         return (fields_);
         return (fields_);
     }
     }
     // We use generict write* methods, with the exception of writeName.
     // We use generict write* methods, with the exception of writeName.
-    // So new data can arriwe without us knowing it, this considers all new
+    // So new data can arrive without us knowing it, this considers all new
     // data to be just data and extends the fields to take it into account.
     // data to be just data and extends the fields to take it into account.
     size_t last_data_pos_;
     size_t last_data_pos_;
     void extendData() {
     void extendData() {