launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #27652
[Merge] ~jugmac00/launchpad:fix-typo into launchpad:master
Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-typo into launchpad:master.
Commit message:
Fix typo
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/411206
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typo into launchpad:master.
diff --git a/lib/lp/bugs/interfaces/bug.py b/lib/lp/bugs/interfaces/bug.py
index 725a054..0acfcb5 100644
--- a/lib/lp/bugs/interfaces/bug.py
+++ b/lib/lp/bugs/interfaces/bug.py
@@ -1094,7 +1094,7 @@ class IBugAddForm(IBug):
title=_("Linux Distribution"), required=True,
description=_(
"Ubuntu, Debian, Gentoo, etc. You can file bugs only on "
- "distrubutions using Launchpad as their primary bug "
+ "distributions using Launchpad as their primary bug "
"tracker."),
vocabulary="DistributionUsingMalone")
owner = Int(title=_("Owner"), required=True)