Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willdealtry committed Oct 16, 2024
1 parent 02da674 commit 861cd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/arcticdb/version/version_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@ VersionedItem sort_merge_impl(

delete_incomplete_keys(*pipeline_context, *store);
if(delete_keys_on_failure)
delete_keys_on_failure->releaase();
delete_keys_on_failure->release();

return vit;
}
Expand Down Expand Up @@ -1691,7 +1691,7 @@ VersionedItem compact_incomplete_impl(

delete_incomplete_keys(*pipeline_context, *store);
if(delete_keys_on_failure)
delete_keys_on_failure->releaase();
delete_keys_on_failure->release();

return vit;
}
Expand Down

0 comments on commit 861cd22

Please sign in to comment.