Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1087aa2

Browse files
committed
Fix typo in TAP test identification string.
Michael Paquier
1 parent 1e0d651 commit 1087aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/initdb/t/001_initdb.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
command_fails(
3333
[ 'initdb', '-U', 'pg_test', $datadir ],
34-
'role names cannot being with "pg_"');
34+
'role names cannot begin with "pg_"');
3535

3636
mkdir $datadir;
3737
command_ok([ 'initdb', '-N', '-T', 'german', '-X', $xlogdir, $datadir ],

0 commit comments

Comments
 (0)