Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chb2mn authored and joachimmetz committed Dec 16, 2023
1 parent 8a46a83 commit f1a6ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plaso/parsers/sqlite_plugins/firefox_downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Firefox118DownloadEventData(events.EventData):
download_state (int): Firefox State of the download
end_time (dfdatetime.DateTimeValues): date and time the download was
finished.
expiration (int): Firefox (potentially deprecrated) expiration field
expiration (int): Firefox (potentially deprecated) expiration field
flags (int): Firefox flags associated with this download
full_path (str): full path of the target of the download.
mime_type (str): mime type of the download.
Expand All @@ -71,7 +71,7 @@ class Firefox118DownloadEventData(events.EventData):
started.
temporary_location (str): temporary location of the download.
total_bytes (int): total number of bytes of the download.
type (int): Firefox (potentially deprecrated) type field
type (int): Firefox (potentially deprecated) type field
url (str): source URL of the download.
"""

Expand Down

0 comments on commit f1a6ce6

Please sign in to comment.