From 553e2fc0cafa3494e119f6d1cac310a47e8765fc Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Mon, 5 Jun 2006 19:08:48 +0000 Subject: [PATCH] fixed typo in Spectre --- docs/changelog/6.x.x.txt | 1 + lib/Spectre/Admin.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 625c44e98..f207cab3d 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -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 diff --git a/lib/Spectre/Admin.pm b/lib/Spectre/Admin.pm index 12a4f6b29..6ab0c0452 100644 --- a/lib/Spectre/Admin.pm +++ b/lib/Spectre/Admin.pm @@ -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") {