Fix typo in TAP tests of vacuumdb
authorMichael Paquier <[email protected]>
Thu, 25 May 2023 07:26:08 +0000 (16:26 +0900)
committerMichael Paquier <[email protected]>
Thu, 25 May 2023 07:26:08 +0000 (16:26 +0900)
Noticed while scanning the area, introduced in 582edc3.

src/bin/scripts/t/100_vacuumdb.pl

index a93782bc0dc4f535d61af011f1be83ae4b2e7de4..eccfcc54a1a196d3a146d42b5baad271f6d39c14 100644 (file)
@@ -117,7 +117,7 @@ $node->command_ok([qw|vacuumdb -Z --table="need""q(uot"(")x") postgres|],
    'column list');
 $node->command_fails(
    [qw|vacuumdb -Zt funcidx postgres|],
-   'unqualifed name via functional index');
+   'unqualified name via functional index');
 
 $node->command_fails(
    [ 'vacuumdb', '--analyze', '--table', 'vactable(c)', 'postgres' ],