Skip to content

Commit

Permalink
Merge pull request #397 from HDFGroup/hyoklee-patch-1
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
hyoklee committed Apr 5, 2022
2 parents a65c2c3 + 78ec258 commit ec503bb
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 ec503bb

Please sign in to comment.