Bug 322412 Typo in error message

r=lpsolit a=justdave
This commit is contained in:
timeless%mozdev.org 2006-01-05 00:16:20 +00:00
Родитель e21ffbf447
Коммит 00b6b15a1b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -768,7 +768,7 @@ sub db_new {
my $self = DBI->connect($dsn, $user, $pass, $attributes)
or die "\nCan't connect to the database.\nError: $DBI::errstr\n"
. " Is your database installed and up and running?\n Do you have"
. "the correct username and password selected in localconfig?\n\n";
. " the correct username and password selected in localconfig?\n\n";
# RaiseError was only set to 0 so that we could catch the
# above "die" condition.