Skip to content

Commit

Permalink
[Dayone] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
minchinweb committed Jun 16, 2015
1 parent 491ab06 commit de83d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jrnl/DayOneJournal.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def write(self):
'Generation Date': entry.creator_generation_date,
'Host Name': entry.creator_host_name,
'OS Agent': entry.creator_os_agent,
'Sofware Agent': entry.creator_software_agent}
'Software Agent': entry.creator_software_agent}
}
if hasattr(entry, 'location'):
entry_plist['Location'] = entry.location
Expand Down

0 comments on commit de83d00

Please sign in to comment.