Idiot
Tomas Doran [Thu, 30 Jul 2009 02:59:53 +0000 (03:59 +0100)]
lib/Catalyst/Engine/Stomp.pm

index 985cd3e..d38af96 100644 (file)
@@ -77,7 +77,7 @@ sub run {
 
         # connect up
         my %template = %{$app->config->{'Engine::Stomp'}};
-        my $subscrine_headers = $template{subscribe_headers} || {};
+        my $subscribe_headers = $template{subscribe_headers} || {};
         die("subscribe_headers config for Engine::Stomp must be a hashref!\n")
             if (ref($subscribe_headers) ne 'HASH');