Fix typo in 029_stats_restart.pl

Oversight in 16acf7f1aa, where the test has been introduced.  Issue
noticed while scanning this area of the tree.
This commit is contained in:
Michael Paquier 2024-06-18 12:51:36 +09:00
parent 82ed67a5fe
commit ae482a7ec5

View file

@ -1,7 +1,7 @@
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
# Tests statistics handling around restarts, including handling of crashes and
# invalid stats files, as well as restorting stats after "normal" restarts.
# invalid stats files, as well as restoring stats after "normal" restarts.
use strict;
use warnings FATAL => 'all';