Browse Source

spelling: optimize

Josh Soref 7 years ago
parent
commit
2996e649ed
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/design/ipc-high.txt
  2. 1 1
      src/lib/dns/messagerenderer.h

+ 1 - 1
doc/design/ipc-high.txt

@@ -372,7 +372,7 @@ It is meant mostly as signalling protocol. Sending millions of
 messages or messages of several tens of megabytes is probably a bad
 idea. While there's no architectural limitation with regards of the
 number of transferred messages and the maximum size of message is 4GB,
-the code is not optimised and it would probably be very slow.
+the code is not optimized and it would probably be very slow.
 
 We currently expect the system not to be at heavy load. Therefore, we
 expect the system to keep up with users sending messages. The

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

@@ -124,7 +124,7 @@ private:
     ///
     /// It was decided that there's no need to have this in every subclass,
     /// at least not now, and this reduces code size and gives compiler a
-    /// better chance to optimise.
+    /// better chance to optimize.
     isc::util::OutputBuffer* buffer_;
 public:
     ///