Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rick authored and joachimmetz committed May 5, 2024
1 parent 94aa771 commit 8f69f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plaso/data/timeliner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ place_holder_event: true
---
data_type: 'android:event:battery'
attribute_mappings:
- name: 'crete_time'
- name: 'create_time'
description: 'Create Time'
place_holder_event: true
---
Expand Down
2 changes: 1 addition & 1 deletion plaso/parsers/sqlite_plugins/android_turbo.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class AndroidTurboPlugin(interface.SQLitePlugin):
"""SQLite parser plugin for Android's turbo.db database files."""

NAME = 'android_turbo'
DATA_FORMAT = 'Android turbo SQLite databse (turbo.db) file'
DATA_FORMAT = 'Android turbo SQLite database (turbo.db) file'

REQUIRED_STRUCTURE = {
'battery_event': frozenset([
Expand Down

0 comments on commit 8f69f0a

Please sign in to comment.