Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Apr 5, 2022
1 parent a65c2c3 commit 78ec258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hermes_status.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace hermes {
X(-8, TRAIT_NOT_VALID, "Selected trait is not valid.") \
X(-9, TRAIT_EXISTS_ALREADY, "Selected trait already exists.") \
X(-10, OFFSET_MAP_EMPTY, "Offset_map is empty.") \
X(-11, BLOB_NOT_LINKED_IN_MAP, "Map doesnt have the blob linked.") \
X(-11, BLOB_NOT_LINKED_IN_MAP, "Map doesn't have the blob linked.") \
X(-12, BUCKET_IN_USE, "Bucket cannot be destroyed because its "\
"reference count is greater than 1.") \
X(-13, DPE_RANDOM_FOUND_NO_TGT, "DPE random found no target with enough " \
Expand Down

0 comments on commit 78ec258

Please sign in to comment.