fixed typo in Spectre

This commit is contained in:
Lucas Bartholemy 2006-06-05 19:08:48 +00:00
parent c7c40c0f7a
commit 553e2fc0ca
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
6.99.4 6.99.4
- fix: typo in spectre
- fixed a bug where a user could transfer a negative amount of karma to a - fixed a bug where a user could transfer a negative amount of karma to a
thread and actually gain karma from the thread. thread and actually gain karma from the thread.
- fix: Make Package not in Admin Bar - fix: Make Package not in Admin Bar

View file

@ -198,7 +198,7 @@ sub runTests {
} else { } else {
my $response = $response->content; my $response = $response->content;
if ($response eq "subnet") { if ($response eq "subnet") {
$self->error("Spectre cannot communicate with WebGUI for $config, perhaps you need to adjust thhe spectreSubnets setting in this config file."); $self->error("Spectre cannot communicate with WebGUI for $config, perhaps you need to adjust the spectreSubnets setting in this config file.");
} elsif ($response eq "spectre") { } elsif ($response eq "spectre") {
$self->error("WebGUI connot communicate with Spectre for $config, perhaps you need to adjust the spectreIp or spectrePort setting the this config file."); $self->error("WebGUI connot communicate with Spectre for $config, perhaps you need to adjust the spectreIp or spectrePort setting the this config file.");
} elsif ($response ne "success") { } elsif ($response ne "success") {