From 3b5d00478321ba5680b2f0f642e1ee0e08dff2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B0=D0=BC=D0=BF=D1=83=D1=88=D0=B0?= Date: Fri, 29 Jun 2018 11:50:01 +0300 Subject: [PATCH] Update crc16-ccitt.js --- crc16-ccitt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crc16-ccitt.js b/crc16-ccitt.js index 3f90a2b..fa4544c 100644 --- a/crc16-ccitt.js +++ b/crc16-ccitt.js @@ -2,7 +2,7 @@ * Calculate CRC16-CCIT checksum * Code ported to JavaScript from Java * - * Oryginal source: + * Original source: * http://introcs.cs.princeton.edu/java/51data/CRC16CCITT.java.html * CRC16-CCIT for 123456789 = 29b1 *