Fix spelling of periodic in recorder (#69658)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
J. Nick Koston
2022-04-07 23:37:02 -10:00
committed by GitHub
parent 89dd199ac2
commit 72fffde77a
4 changed files with 31 additions and 31 deletions

View File

@@ -464,8 +464,8 @@ def retryable_database_job(description: str) -> Callable:
return decorator
def perodic_db_cleanups(instance: Recorder) -> None:
"""Run any database cleanups that need to happen perodiclly.
def periodic_db_cleanups(instance: Recorder) -> None:
"""Run any database cleanups that need to happen periodically.
These cleanups will happen nightly or after any purge.
"""