Fix typo
authorÁlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 24 Mar 2025 16:36:44 +0000 (17:36 +0100)
committerÁlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 24 Mar 2025 16:36:44 +0000 (17:36 +0100)
src/test/authentication/t/001_password.pl

index 8269c470b5977cafa0070b178d433547d3be4959..756b414605006f8ef52fdf911f55d70d02cfbc2c 100644 (file)
@@ -424,7 +424,7 @@ test_conn(
 test_conn($node, 'user=md5_role', 'scram-sha-256', 2,
    log_unlike => [qr/connection authenticated:/]);
 
-# require_auth should succeeds with SCRAM when it is required.
+# require_auth should succeed with SCRAM when it is required.
 $node->connect_ok(
    "user=scram_role require_auth=scram-sha-256",
    "SCRAM authentication required, works with SCRAM auth");