From 6f712894d0ea75cc7ff1514d80864bcfeeb0cab5 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Fri, 12 May 2006 11:58:13 +0000 Subject: [PATCH] typo --- lib/WebGUI/Asset/Wobject/Layout.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/Layout.pm b/lib/WebGUI/Asset/Wobject/Layout.pm index b77746a6f..2bdd76a67 100644 --- a/lib/WebGUI/Asset/Wobject/Layout.pm +++ b/lib/WebGUI/Asset/Wobject/Layout.pm @@ -291,7 +291,7 @@ sub www_view { $self->session->output->print($out, 1); return "chunked"; } - $self->{_viewPrintOverride} = 1; # we do this to make it output each easset as it goes, rather than waiting until the end + $self->{_viewPrintOverride} = 1; # we do this to make it output each asset as it goes, rather than waiting until the end return $self->SUPER::www_view; }