From df3812429504090d1904bf1f78c92095ead77c23 Mon Sep 17 00:00:00 2001 From: Kees Cook <kees.cook@canonical.com> Date: Mon, 7 Feb 2011 10:46:36 -0800 Subject: [PATCH] improve comment --- ubuntutools/update_maintainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntutools/update_maintainer.py b/ubuntutools/update_maintainer.py index 7e39266..66d408a 100644 --- a/ubuntutools/update_maintainer.py +++ b/ubuntutools/update_maintainer.py @@ -61,7 +61,7 @@ def update_maintainer(debian_directory, verbose=False): return(1) # If the rules file accounts for XSBC-Original-Maintainer, we should not - # touch it this package. + # touch it in this package (e.g. the python package). if 'XSBC-Original-' in file(os.path.join(debian_directory, "rules")).read(): if verbose: print "XSBC-Original is managed by 'rules' file. Doing nothing."