Skip to content

Commit b5f1e3a

Browse files
committed
Fixed a typo
- Legacy-Id: 18716
1 parent af7f51a commit b5f1e3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/mailinglists/management/commands/import_mailman_listinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def log_time(msg):
6767
desc = decode(mlist.description)[:256]
6868
if mmlist.description != desc:
6969
mmlist.description = desc
70-
dirtry = True
70+
dirty = True
7171
if mmlist.advertised != mlist.advertised:
7272
mmlist.advertised = mlist.advertised
7373
dirty = True

0 commit comments

Comments
 (0)