Skip to content

Commit

Permalink
Fix typo in src/catalog/tde_master_key.c
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Pogrebnoi <[email protected]>
  • Loading branch information
codeforall and dAdAbird authored Feb 26, 2024
1 parent 7e4b41f commit 2a82f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/catalog/tde_master_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ set_master_key_with_keyring(const char *key_name, GenericKeyring *keyring)
else
{
/*
* Seems lik just before we got the lock the key was installed by some other caller
* Seems like just before we got the lock, the key was installed by some other caller
* Throw an error and mover no
*/
LWLockRelease(shared_state->Lock);
Expand Down

0 comments on commit 2a82f57

Please sign in to comment.