Skip to content

Commit 02e73a1

Browse files
seladbweb-flowtigercosmos
authored
Auto precommit update (#1560)
* Auto pre-commit update * fix typo --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: tigercosmos <[email protected]>
1 parent dd8e40c commit 02e73a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
args: ['--fix=lf']
2323
- id: trailing-whitespace
2424
- repo: https://github.com/psf/black
25-
rev: 24.4.2
25+
rev: 24.8.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/pocc/pre-commit-hooks
@@ -39,7 +39,7 @@ repos:
3939
- id: codespell
4040
pass_filenames: false
4141
- repo: https://github.com/crate-ci/typos
42-
rev: v1.23.6
42+
rev: typos-dict-v0.11.27
4343
hooks:
4444
- id: typos
4545
args: ['--config=typos-config.toml']

Packet++/header/SSLHandshake.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ namespace pcpp
280280
* @param[in] dataLen The length in bytes of the raw data
281281
* @param[in] allDataExists Certificate messages usually spread on more than 1 packet. So a certificate is
282282
* likely to split between 2 packets or more. This field indicates whether the raw data contains all
283-
* ceritificate data of just a part of it
283+
* certificate data of just a part of it
284284
*/
285285
SSLx509Certificate(uint8_t* data, size_t dataLen, bool allDataExists)
286286
: m_Data(data), m_DataLen(dataLen), m_AllDataExists(allDataExists)

0 commit comments

Comments
 (0)