File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
args : ['--fix=lf']
23
23
- id : trailing-whitespace
24
24
- repo : https://github.com/psf/black
25
- rev : 24.4.2
25
+ rev : 24.8.0
26
26
hooks :
27
27
- id : black
28
28
- repo : https://github.com/pocc/pre-commit-hooks
39
39
- id : codespell
40
40
pass_filenames : false
41
41
- repo : https://github.com/crate-ci/typos
42
- rev : v1.23.6
42
+ rev : typos-dict-v0.11.27
43
43
hooks :
44
44
- id : typos
45
45
args : ['--config=typos-config.toml']
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ namespace pcpp
280
280
* @param[in] dataLen The length in bytes of the raw data
281
281
* @param[in] allDataExists Certificate messages usually spread on more than 1 packet. So a certificate is
282
282
* 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
284
284
*/
285
285
SSLx509Certificate (uint8_t * data, size_t dataLen, bool allDataExists)
286
286
: m_Data(data), m_DataLen(dataLen), m_AllDataExists(allDataExists)
You can’t perform that action at this time.
0 commit comments