Fix typo in TAP test identification string.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 May 2016 00:04:27 +0000 (20:04 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 May 2016 00:04:27 +0000 (20:04 -0400)
Michael Paquier

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

index 8cf762a19cce04ac1ffa256a02818f342571f033..372865d3f7aea9db135f6d53b61a9e2d765b33ac 100644 (file)
@@ -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 ],