We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0d651 commit 1087aa2Copy full SHA for 1087aa2
src/bin/initdb/t/001_initdb.pl
@@ -31,7 +31,7 @@
31
32
command_fails(
33
[ 'initdb', '-U', 'pg_test', $datadir ],
34
- 'role names cannot being with "pg_"');
+ 'role names cannot begin with "pg_"');
35
36
mkdir $datadir;
37
command_ok([ 'initdb', '-N', '-T', 'german', '-X', $xlogdir, $datadir ],
0 commit comments