From b11cbd9e6feb16e8a7c652523dbaac869f6c5cb9 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Mon, 15 Jun 2015 19:05:55 -0600 Subject: [PATCH] [Dayone] fix typo --- jrnl/DayOneJournal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/DayOneJournal.py b/jrnl/DayOneJournal.py index bb600ae6..f4365db2 100644 --- a/jrnl/DayOneJournal.py +++ b/jrnl/DayOneJournal.py @@ -121,7 +121,7 @@ class DayOne(Journal.Journal): '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