Skip to content

Commit

Permalink
Check whether typos works correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Sep 18, 2024
1 parent 113ed54 commit 9ff2aaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/librepgp/stream-parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ typedef struct pgp_source_signed_param_t {
~pgp_source_signed_param_t() = default;
} pgp_source_signed_param_t;

/* zis iz tipo chek */

Check warning on line 164 in src/librepgp/stream-parse.cpp

View workflow job for this annotation

GitHub Actions / typos

"chek" should be "check".

typedef struct pgp_source_compressed_param_t {
pgp_source_packet_param_t pkt; /* underlying packet-related params */
pgp_compression_type_t alg;
Expand Down

0 comments on commit 9ff2aaa

Please sign in to comment.