Fix misc typos in comments and variable names.

This commit is contained in:
Heikki Linnakangas
2022-08-30 22:18:01 +03:00
parent 46c8a93976
commit 15c5f3e6cf
6 changed files with 17 additions and 17 deletions

View File

@@ -170,7 +170,7 @@ def check_timeline_attached(
new_timeline_detail = assert_timeline_local(new_pageserver_http_client, tenant_id, timeline_id)
# when load is active these checks can break because lsns are not static
# so lets check with some margin
# so let's check with some margin
assert_abs_margin_ratio(
lsn_from_hex(new_timeline_detail["local"]["disk_consistent_lsn"]),
lsn_from_hex(old_timeline_detail["local"]["disk_consistent_lsn"]),