Commit 38f51edb authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 322412 Typo in error message

r=lpsolit a=justdave
parent e16ca488
...@@ -768,7 +768,7 @@ sub db_new { ...@@ -768,7 +768,7 @@ sub db_new {
my $self = DBI->connect($dsn, $user, $pass, $attributes) my $self = DBI->connect($dsn, $user, $pass, $attributes)
or die "\nCan't connect to the database.\nError: $DBI::errstr\n" or die "\nCan't connect to the database.\nError: $DBI::errstr\n"
. " Is your database installed and up and running?\n Do you have" . " 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 # RaiseError was only set to 0 so that we could catch the
# above "die" condition. # above "die" condition.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment