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

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