fixed typo in Spectre
This commit is contained in:
parent
c7c40c0f7a
commit
553e2fc0ca
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
6.99.4
|
||||
- fix: typo in spectre
|
||||
- fixed a bug where a user could transfer a negative amount of karma to a
|
||||
thread and actually gain karma from the thread.
|
||||
- fix: Make Package not in Admin Bar
|
||||
|
|
|
|||
|
|
@ -198,7 +198,7 @@ sub runTests {
|
|||
} else {
|
||||
my $response = $response->content;
|
||||
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") {
|
||||
$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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue