Skip to content
This repository was archived by the owner on Jul 7, 2022. It is now read-only.

Commit bf2c6cb

Browse files
per1234aentinger
authored andcommitted
Fix typos in documentation (#1)
1 parent 0303a6b commit bf2c6cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Arduino_CRC32
22
=============
33

4-
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).
4+
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).
55

66
## Usage
77

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=Arduino_CRC32
22
version=1.0.0
33
author=Alexander Entinger <[email protected]>
44
maintainer=Alexander Entinger <[email protected]>
5-
sentence=Arduino library providing a simple interface to perform checkum calculations utilizing CRC-32 algorithm.
5+
sentence=Arduino library providing a simple interface to perform checksum calculations utilizing the CRC-32 algorithm.
66
paragraph=
77
category=Data Processing
88
url=https://github.com/arduino-libraries/Arduino_CRC32

src/Arduino_CRC32.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2020 Arduino. All right reserved.
2+
Copyright (c) 2020 Arduino. All rights reserved.
33
44
This library is free software; you can redistribute it and/or
55
modify it under the terms of the GNU Lesser General Public

src/Arduino_CRC32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2020 Arduino. All right reserved.
2+
Copyright (c) 2020 Arduino. All rights reserved.
33
44
This library is free software; you can redistribute it and/or
55
modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)