diff --git a/README.md b/README.md index 8c96ff1..20c11cb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Arduino_CRC32 ============= -This Arduino library provides a simple interface to perform checkum calculations utilizing CRC-32 algorithm. The C code for the CRC-32 algorithm was generated using [PyCRC](https://pycrc.org) with the predefined [crc-32 model](https://pycrc.org/models.html#crc-32). +This Arduino library provides a simple interface to perform checksum calculations utilizing the CRC-32 algorithm. The C code for the CRC-32 algorithm was generated using [PyCRC](https://pycrc.org) with the predefined [crc-32 model](https://pycrc.org/models.html#crc-32). ## Usage diff --git a/library.properties b/library.properties index 7baebab..5e29d00 100644 --- a/library.properties +++ b/library.properties @@ -2,7 +2,7 @@ name=Arduino_CRC32 version=1.0.0 author=Alexander Entinger maintainer=Alexander Entinger -sentence=Arduino library providing a simple interface to perform checkum calculations utilizing CRC-32 algorithm. +sentence=Arduino library providing a simple interface to perform checksum calculations utilizing the CRC-32 algorithm. paragraph= category=Data Processing url=https://github.com/arduino-libraries/Arduino_CRC32 diff --git a/src/Arduino_CRC32.cpp b/src/Arduino_CRC32.cpp index 4291af3..f391117 100644 --- a/src/Arduino_CRC32.cpp +++ b/src/Arduino_CRC32.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2020 Arduino. All right reserved. + Copyright (c) 2020 Arduino. All rights reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/Arduino_CRC32.h b/src/Arduino_CRC32.h index 16685e4..1380179 100644 --- a/src/Arduino_CRC32.h +++ b/src/Arduino_CRC32.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2020 Arduino. All right reserved. + Copyright (c) 2020 Arduino. All rights reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public