Merge "fix typos"

This commit is contained in:
Zuul 2019-03-04 19:35:12 +00:00 committed by Gerrit Code Review
commit f402ba1ce9
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class DetailView(tables.DataTableView):
datasources = congress.datasources_list(self.request)
for datasource in datasources:
if datasource['name'] == maybe_datasource_name:
# Serivce-derived policy data table.
# Service-derived policy data table.
is_service = True
datasource_id = datasource['id']
table_name = table_name_parts[1]