]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix a typo in Object.pm.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 11 Feb 2010 00:01:15 +0000 (16:01 -0800)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 11 Feb 2010 00:01:15 +0000 (16:01 -0800)
https://bugzilla.mozilla.org/show_bug.cgi?id=545524

Bugzilla/Object.pm

index 75aa533ca09ce071ac3c8ed6f8b3a74aa837299e..bf8d69d5a4da52b762a49a3d41c3072e33f5cefc 100644 (file)
@@ -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.
 #