Commit 1758f529 authored by Michal Čihař's avatar Michal Čihař

Fix typo

parent 2ec99c7f
......@@ -124,7 +124,7 @@ class UnitManager(models.Manager):
'''
Basic filtering based on unit state or failed checks.
'''
from weblate.trans.models import Suggesiont, Check
from weblate.trans.models import Suggestion, Check
from weblate.trans.checks import CHECKS
if rqtype == 'all':
return self.all()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment