Fixed a grammar error in an error messaage

This commit is contained in:
Frank Dillon 2008-11-03 16:52:25 +00:00
parent ccb0442ba5
commit 7d2933d0c2

View file

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