Skip to content

Commit e442fb4

Browse files
committed
Fix typo: filterting -> filtering
1 parent 51b9adb commit e442fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

did/plugins/jira.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def fetch(self):
490490
and self.options.since.date <=
491491
dateutil.parser.parse(wl["created"]).date()
492492
< self.options.until.date]
493-
log.debug("Num worklogs after filterting: %d", len(issue.worklogs))
493+
log.debug("Num worklogs after filtering: %d", len(issue.worklogs))
494494
self.stats = [issue for issue in issues if len(issue.worklogs) > 0]
495495

496496
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)