trivial: fix typo in comment

This commit is contained in:
Frédéric Péters 2019-03-17 08:08:48 +01:00
parent a5efb5da16
commit 58cf6fc3c5
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ class CsvDataSource(BaseResource):
data = new_data
# allow jsonp queries by select2
# filtering is done there afater projection because we need a projection named text for
# filtering is done there after projection because we need a projection named text for
# retro-compatibility with previous use of the csvdatasource with select2
if 'q' in request.GET:
filters = ["%s in normalize(text.lower())" % repr(normalize(request.GET['q'].lower()))]