From e188b83efd3110061423d4484295896f5f3121b7 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 1c73518d..e0284a09 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