Skip to content

Commit

Permalink
[topcrash] Fix a typo in a function name (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaibmujahid authored Jul 18, 2022
1 parent 79bf264 commit ab7ceac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto_nag/topcrash.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from libmozdata import utils as lmdutils


def _formate_criteria_names(criteria: List[dict]):
def _format_criteria_names(criteria: List[dict]):
return [
{
**criterion,
Expand All @@ -24,7 +24,7 @@ def _formate_criteria_names(criteria: List[dict]):
#
# Wiki page: https://wiki.mozilla.org/CrashKill/Topcrash

TOP_CRASH_IDENTIFICATION_CRITERIA = _formate_criteria_names(
TOP_CRASH_IDENTIFICATION_CRITERIA = _format_criteria_names(
[
# -------
# Firefox
Expand Down

0 comments on commit ab7ceac

Please sign in to comment.