]> granicus.if.org Git - postgresql/blobdiff - src/bin/initdb/t/001_initdb.pl
Fix typo in TAP test identification string.
[postgresql] / 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 ],