Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elg committed Mar 17, 2023
1 parent 4bca4c4 commit 89ac240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passhportd/app/views_mod/targetgroup/targetgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def targetgroup_delete(name):
.filter_by(name=name).first()

if query is None:
return utils.response('aERROR: No targetgroup with the name "' + \
return utils.response('ERROR: No targetgroup with the name "' + \
name + '" in the database.', 417)

tg = db.session.query(
Expand Down

0 comments on commit 89ac240

Please sign in to comment.