Skip to content

Commit

Permalink
Fix typo NET -> NOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurvaux committed Sep 6, 2023
1 parent 0f20f4e commit adbf78d
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion analyzers/sysdiagnose-wifi-gelocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
version_string = "sysdiagnose-demo-analyser.py v2023-04-28 Version 0.1"

# ----- definition for analyse.py script -----#
# ----- DO NET DELETE ----#
# ----- DO NOT DELETE ----#

analyser_description = "Generate GPS Exchange (GPX) of wifi geolocations"
analyser_call = "generate_gpx"
Expand Down
2 changes: 1 addition & 1 deletion parsers/sysdiagnose-itunesstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
version_string = "sysdiagnose-itunesstore.py v2020-20-19 Version 1.0"

# ----- definition for parsing.py script -----#
# ----- DO NET DELETE ----#
# ----- DO NOT DELETE ----#

parser_description = "Parsing iTunes store logs"
parser_input = "itunesstore"
Expand Down
2 changes: 1 addition & 1 deletion parsers/sysdiagnose-logarchive.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
version_string = "sysdiagnose-logarchive.py v2020-02-07 Version 1.0"

# ----- definition for parsing.py script -----#
# ----- DO NET DELETE ----#
# ----- DO NOT DELETE ----#

parser_description = "Parsing system_logs.logarchive folder"
parser_input = "logarchive_folder"
Expand Down
2 changes: 1 addition & 1 deletion parsers/sysdiagnose-mobileactivation.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


# ----- definition for parsing.py script -----#
# ----- DO NET DELETE ----#
# ----- DO NOT DELETE ----#

parser_description = "Parsing mobileactivation logs file"
parser_input = "mobile_activation" # list of log files
Expand Down
2 changes: 1 addition & 1 deletion parsers/sysdiagnose-mobileinstallation.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


# ----- definition for parsing.py script -----#
# ----- DO NET DELETE ----#
# ----- DO NOT DELETE ----#

parser_description = "Parsing mobile_installation logs file"
parser_input = "mobile_installation" # list of log files
Expand Down
2 changes: 1 addition & 1 deletion parsers/sysdiagnose-networkextension.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


# ----- definition for parsing.py script -----#
# ----- DO NET DELETE ----#
# ----- DO NOT DELETE ----#

parser_description = "Parsing networkextension plist file"
parser_input = "networkextension"
Expand Down
2 changes: 1 addition & 1 deletion parsers/sysdiagnose-networkextensioncache.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


# ----- definition for parsing.py script -----#
# ----- DO NET DELETE ----#
# ----- DO NOT DELETE ----#

parser_description = "Parsing networkextensioncache plist file"
parser_input = "networkextensioncache"
Expand Down
2 changes: 1 addition & 1 deletion parsers/sysdiagnose-olddsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
version_string = "sysdiagnose-olddsc.py v2020-02-26 Version 1.0"

# ----- definition for parsing.py script -----#
# ----- DO NET DELETE ----#
# ----- DO NOT DELETE ----#

parser_description = "Parsing olddsc files"
parser_input = "olddsc"
Expand Down
2 changes: 1 addition & 1 deletion parsers/sysdiagnose-psthread.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
version_string = "sysdiagnose-ps.py Version 1.0"

# ----- definition for parsing.py script -----#
# ----- DO NET DELETE ----#
# ----- DO NOT DELETE ----#

parser_description = "Parsing ps_thread.txt file"
parser_input = "ps_thread"
Expand Down
2 changes: 1 addition & 1 deletion parsers/sysdiagnose-swcutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


# ----- definition for parsing.py script -----#
# ----- DO NET DELETE ----#
# ----- DO NOT DELETE ----#

parser_description = "Parsing swcutil_show file"
parser_input = "swcutil_show"
Expand Down
2 changes: 1 addition & 1 deletion parsers/sysdiagnose-sys.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
version_string = "sysdiagnose-sys.py v2019-05-10 Version 2.0"

# ----- definition for parsing.py script -----#
# ----- DO NET DELETE ----#
# ----- DO NOT DELETE ----#

parser_description = "Parsing SystemVersion plist file"
parser_input = "systemversion"
Expand Down
2 changes: 1 addition & 1 deletion parsers/sysdiagnose-taskinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
version_string = "sysdiagnose-taskinfo.py v2020-02-07 Version 1.0"

# ----- definition for parsing.py script -----#
# ----- DO NET DELETE ----#
# ----- DO NOT DELETE ----#

parser_description = "Parsing taskinfo txt file"
parser_input = "taskinfo"
Expand Down
2 changes: 1 addition & 1 deletion parsers/sysdiagnose-uuid2path.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
version_string = "sysdiagnose-uuid2path.py v2020-02-07 Version 2.0"

# ----- definition for parsing.py script -----#
# ----- DO NET DELETE ----#
# ----- DO NOT DELETE ----#

parser_description = "Parsing UUIDToBinaryLocations plist file"
parser_input = "UUIDToBinaryLocations"
Expand Down
2 changes: 1 addition & 1 deletion parsers/sysdiagnose_wifi_known_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def default(self, obj):
version_string = "sysdiagnose_wifi_known_networks.py v2023-05-19 Version 1.0"

# ----- definition for parsing.py script -----#
# ----- DO NET DELETE ----#
# ----- DO NOT DELETE ----#

parser_description = "Parsing Known Wifi Networks plist file"
parser_input = "wifi_data"
Expand Down

0 comments on commit adbf78d

Please sign in to comment.