From a32554dbf9ad4b42bbfa007bb5abde14e4a9ceee Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Tue, 10 Apr 2018 21:05:29 +0200 Subject: nxcomp: fix spelling errors as reported by codespell --- nxcomp/src/DecodeBuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nxcomp/src/DecodeBuffer.cpp') diff --git a/nxcomp/src/DecodeBuffer.cpp b/nxcomp/src/DecodeBuffer.cpp index 4c1530d9b..09ed67347 100644 --- a/nxcomp/src/DecodeBuffer.cpp +++ b/nxcomp/src/DecodeBuffer.cpp @@ -476,7 +476,7 @@ const unsigned char *DecodeBuffer::decodeMemory(unsigned int numBytes) // // Force ourselves to a byte boundary. // Is up to application to ensure data - // is word alligned when needed. + // is word aligned when needed. // if (srcMask_ != 0x80) -- cgit v1.2.3