mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
spelling is hard
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
import json
|
||||
import re
|
||||
import sys
|
||||
from pyparsing import infixNotation, opAssoc, Word, Optional, Literal, CharsNotIn
|
||||
from pyparsing import infixNotation, opAssoc, Optional, Literal, CharsNotIn
|
||||
|
||||
# Django
|
||||
from django.db.models.signals import (
|
||||
@@ -477,6 +477,6 @@ class DynamicFilterField(models.TextField):
|
||||
if len(res) > 0:
|
||||
return res[0].result
|
||||
|
||||
raise RuntimeError("Parsing the filter_string %s wen't terribly wrong" % filter_string)
|
||||
raise RuntimeError("Parsing the filter_string %s went terribly wrong" % filter_string)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user