Blame SOURCES/0003-report-fix-docstring-typo-objecct.patch

efe60d
 boom/report.py | 2 +-
efe60d
 1 file changed, 1 insertion(+), 1 deletion(-)
efe60d
efe60d
diff --git a/boom/report.py b/boom/report.py
efe60d
index 8e55aa3..f7ff4a1 100644
efe60d
--- a/boom/report.py
efe60d
+++ b/boom/report.py
efe60d
@@ -121,7 +121,7 @@ class BoomReportOpts(object):
efe60d
 
efe60d
 class BoomReportObjType(object):
efe60d
     """BoomReportObjType()
efe60d
-        Class representing a type of objecct to be reported on.
efe60d
+        Class representing a type of object to be reported on.
efe60d
         Instances of ``BoomReportObjType`` must specify an identifier,
efe60d
         a description, and a data function that will return the correct
efe60d
         type of object from a compound object containing data objects