summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Object.pm2
1 files changed, 1 insertions, 1 deletions
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.
#