From 1087aa2314c7755cd436e37b95b84ba2c35b987c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 23 May 2016 20:04:27 -0400 Subject: [PATCH] Fix typo in TAP test identification string. Michael Paquier --- src/bin/initdb/t/001_initdb.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/initdb/t/001_initdb.pl b/src/bin/initdb/t/001_initdb.pl index 8cf762a19c..372865d3f7 100644 --- a/src/bin/initdb/t/001_initdb.pl +++ b/src/bin/initdb/t/001_initdb.pl @@ -31,7 +31,7 @@ command_fails( command_fails( [ 'initdb', '-U', 'pg_test', $datadir ], - 'role names cannot being with "pg_"'); + 'role names cannot begin with "pg_"'); mkdir $datadir; command_ok([ 'initdb', '-N', '-T', 'german', '-X', $xlogdir, $datadir ],