diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-13 13:43:54 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-13 13:43:54 +0100 |
commit | 23fb617551f7d89dbc1fc9e216b7f12d2936e1a2 (patch) | |
tree | 2c01ddb7c7353609121a158c18c1a5487c98ec83 /nxcomp/GenericChannel.cpp | |
parent | 6e662473126d0668493732ece7e3c3bb1b0ea72c (diff) | |
download | nx-libs-23fb617551f7d89dbc1fc9e216b7f12d2936e1a2.tar.gz nx-libs-23fb617551f7d89dbc1fc9e216b7f12d2936e1a2.tar.bz2 nx-libs-23fb617551f7d89dbc1fc9e216b7f12d2936e1a2.zip |
Fix several typos in nxcomp.
Former patch file names:
991_fix-hr-typos.full+lite.patch
991_fix-hr-typos.full.patch
Diffstat (limited to 'nxcomp/GenericChannel.cpp')
-rw-r--r-- | nxcomp/GenericChannel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/GenericChannel.cpp b/nxcomp/GenericChannel.cpp index 641ad36d4..bf72bf091 100644 --- a/nxcomp/GenericChannel.cpp +++ b/nxcomp/GenericChannel.cpp @@ -210,7 +210,7 @@ int GenericChannel::handleRead(EncodeBuffer &encodeBuffer, const unsigned char * // All data has been read from the read buffer. // We still need to mark the end of the encode // buffer just before sending the frame. This - // allows us to accomodate multiple reads in + // allows us to accommodate multiple reads in // a single frame. // |