From: Max Kanat-Alexander Date: Thu, 11 Feb 2010 00:01:15 +0000 (-0800) Subject: Fix a typo in Object.pm. X-Git-Tag: bugzilla-3.7.1~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4f7ab1e416445c9a56a9da93eddc536099d22c2;p=thirdparty%2Fbugzilla.git Fix a typo in Object.pm. https://bugzilla.mozilla.org/show_bug.cgi?id=545524 --- diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm index 75aa533ca0..bf8d69d5a4 100644 --- a/Bugzilla/Object.pm +++ b/Bugzilla/Object.pm @@ -487,7 +487,7 @@ sub get_all { sub check_boolean { return $_[1] ? 1 : 0 } -# For some clases, VALIDATORS takes time to generate, so we cache it. Also, +# For some classes, VALIDATORS takes time to generate, so we cache it. Also, # this allows the object_validators hook to only run once per request, # instead of every time we call set() on a class of objects. #