Index: dialin/squish/crc.py =================================================================== diff -u -r5cd2a8e30e348a5d91d4d02a3765deb0ce23ee57 -r1b07c71a1df051215357bb014bf36d82e7f417a4 --- dialin/squish/crc.py (.../crc.py) (revision 5cd2a8e30e348a5d91d4d02a3765deb0ce23ee57) +++ dialin/squish/crc.py (.../crc.py) (revision 1b07c71a1df051215357bb014bf36d82e7f417a4) @@ -55,7 +55,7 @@ calculates crc8 for each character in string vString :param vString: (str) the bytes of data :param vDelimiter: (character) the string delimiter - :return: the hex formatted crc of the givven string + :return: the hex formatted crc of the given string """ str = vString.replace(vDelimiter, '') ba = bytearray.fromhex(str)