Skip to content

Commit

Permalink
Fixed typo (HT to @stwn)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smári McCarthy committed Dec 23, 2013
1 parent 53e8d8d commit 3c0848f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailpile/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def _extract_date_ts(self, session, msg_mid, msg_id, msg, last_date):
if msg_ts and abs(msg_ts - median) < 31 * 24 * 3600:
return msg_ts
else:
session.ui.warning(_('=%s/%s using Recieved: instead of Date:'
session.ui.warning(_('=%s/%s using Received: instead of Date:'
) % (msg_mid, msg_id))
return median
else:
Expand Down

0 comments on commit 3c0848f

Please sign in to comment.