diff --git a/lib/constants.py b/lib/constants.py
index b6851bacf4d3b9bc608c9feb005a5a174c4ca3a8..560aac5d05810d73b36cccbe993ec526e35a3854 100644
--- a/lib/constants.py
+++ b/lib/constants.py
@@ -45,7 +45,7 @@ RAPI_VERSION = 2
 #   |  + Minor version
 #   + Major version
 #
-# It stored as an integer. Make sure not to write an octal number.
+# It is stored as an integer. Make sure not to write an octal number.
 
 # BuildVersion and SplitVersion must be in here because we can't import other
 # modules. The cfgupgrade tool must be able to read and write version numbers