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

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