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' => {