summaryrefslogtreecommitdiff
path: root/src/test/authentication
diff options
context:
space:
mode:
authorDavid Rowley2024-05-03 14:33:25 +0000
committerDavid Rowley2024-05-03 14:33:25 +0000
commita42fc1c903b54ba94374e5e0c08905b9a1479f19 (patch)
tree179e5cab5edf67090abbc3edd6e31fe50ff74e87 /src/test/authentication
parent4a044b9497093f349605fb9912446c5f1bcf228c (diff)
Fix an assortment of typos
Author: Alexander Lakhin Discussion: https://postgr.es/m/ae9f2fcb-4b24-5bb0-4240-efbbbd944ca1@gmail.com
Diffstat (limited to 'src/test/authentication')
-rw-r--r--src/test/authentication/t/006_login_trigger.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/authentication/t/006_login_trigger.pl b/src/test/authentication/t/006_login_trigger.pl
index 8229490ae27..30d852a96ad 100644
--- a/src/test/authentication/t/006_login_trigger.pl
+++ b/src/test/authentication/t/006_login_trigger.pl
@@ -143,7 +143,7 @@ psql_command(
log_exact => '2',
err_like => [qr/You are welcome/]);
-# Try to login as allowed Alice. We don't check the Mallroy login, because
+# Try to login as allowed Alice. We don't check the Mallory login, because
# FATAL error could cause a timing-dependant panic of IPC::Run.
psql_command(
$node, 'SELECT 1;', 0, 'try regress_alice',