From b3e6477a14cb30e575d0e50fb5629ef0d6fd59c6 Mon Sep 17 00:00:00 2001
From: Marc Delisle <marc@infomarc.info>
Date: Sat, 29 Aug 2015 13:37:35 -0400
Subject: [PATCH] Fix typo

---
 weblate/trans/models/subproject.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/weblate/trans/models/subproject.py b/weblate/trans/models/subproject.py
index d3a2a0d4d..62091e3d2 100644
--- a/weblate/trans/models/subproject.py
+++ b/weblate/trans/models/subproject.py
@@ -397,7 +397,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
         max_length=200,
         default='^[^.]+$',
         help_text=ugettext_lazy(
-            'Regullar expression which is used to filter '
+            'Regular expression which is used to filter '
             'translation when scanning for file mask.'
         ),
     )
-- 
2.30.9