From f0a26429a7e60aec31b7043d5ddbf02ef65b6f11 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Mon, 17 Sep 2012 17:40:50 +0200 Subject: [PATCH] constants: Add missing word in comment It was missing in commit 243cdbcc on May 7, 2008. Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Agata Murawska <agatamurawska@google.com> --- lib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.py b/lib/constants.py index b6851bacf..560aac5d0 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 -- GitLab