Skip to content

Commit

Permalink
Merge pull request #188 from andyjgf/patch-1
Browse files Browse the repository at this point in the history
Fix spelling error in comment.
  • Loading branch information
PJK committed Jun 24, 2021
2 parents aa79fb7 + af717e5 commit 75184db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cbor/data.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ struct cbor_indefinite_string_data {

/** High-level decoding error */
struct cbor_error {
/** Aproximate position */
/** Approximate position */
size_t position;
/** Description */
cbor_error_code code;
Expand Down

0 comments on commit 75184db

Please sign in to comment.