From d4f7ab1e416445c9a56a9da93eddc536099d22c2 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Wed, 10 Feb 2010 16:01:15 -0800 Subject: Fix a typo in Object.pm. https://bugzilla.mozilla.org/show_bug.cgi?id=545524 --- Bugzilla/Object.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Object.pm') diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm index 75aa533ca..bf8d69d5a 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. # -- cgit v1.2.3-24-g4f1b