launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #29282
[Merge] ~jugmac00/launchpad:fix-typo-in-series into launchpad:master
Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-typo-in-series 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/430986
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typo-in-series into launchpad:master.
diff --git a/lib/lp/bugs/doc/bugnotifications.rst b/lib/lp/bugs/doc/bugnotifications.rst
index eb873be..c7aaeb5 100644
--- a/lib/lp/bugs/doc/bugnotifications.rst
+++ b/lib/lp/bugs/doc/bugnotifications.rst
@@ -155,7 +155,7 @@ bug. Let's take a look at each type.
Similar to a distro task, except that a task filed on a specific
distro series is meant to be used for backport fixes (critical data
loss or security bugs), or tasks targeted to current and future
- series. Tasks filed on specific distro seriess are not listed in
+ series. Tasks filed on specific distro series are not listed in
the more generic, distro-wide bug task listings.
>>> sid = getUtility(IDistroSeriesSet).get(8)