From 78ec25803bdd51cc6d175935f2e87fe8602d466d Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Tue, 5 Apr 2022 10:57:54 -0500 Subject: [PATCH] Fix typo. --- src/hermes_status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hermes_status.h b/src/hermes_status.h index cadaa6585..5bcc28548 100644 --- a/src/hermes_status.h +++ b/src/hermes_status.h @@ -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 " \