From 7d2933d0c2c33f6d2c7c9b7d72025c54dca34be1 Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Mon, 3 Nov 2008 16:52:25 +0000 Subject: [PATCH] Fixed a grammar error in an error messaage --- lib/WebGUI/Exception.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Exception.pm b/lib/WebGUI/Exception.pm index d3ea5cb0a..870ebaa42 100644 --- a/lib/WebGUI/Exception.pm +++ b/lib/WebGUI/Exception.pm @@ -41,7 +41,7 @@ use Exception::Class ( }, 'WebGUI::Error::ObjectNotFound' => { isa => 'WebGUI::Error', - description => "The object you were try to retrieve does not exist.", + description => "The object you were trying to retrieve does not exist.", fields => ["id"], }, 'WebGUI::Error::InvalidFile' => {