diff --git a/pisi/specfile.py b/pisi/specfile.py index e39a2269..713794bc 100644 --- a/pisi/specfile.py +++ b/pisi/specfile.py @@ -409,7 +409,7 @@ class SpecFile(XmlFile): def has_errors(self): """Return errors of the PSPEC file if there are any.""" - #TODO: has_errors name is misleading for a function that does + #FIXME: has_errors name is misleading for a function that does #not just return a boolean value. check() would be better - exa err = Checks() err.join(self.source.has_errors())