Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willdealtry committed Nov 13, 2024
1 parent da9b076 commit d35e57c
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 @@ -1572,7 +1572,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 @@ -1668,7 +1668,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 d35e57c

Please sign in to comment.