launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #27636
[Merge] ~jugmac00/launchpad:fix-typo into launchpad:master
Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-typo into launchpad:master.
Commit message:
fix typos
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/410931
--
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/blueprints/doc/specificationmessage.txt b/lib/lp/blueprints/doc/specificationmessage.txt
index d5d944f..4ed66cd 100644
--- a/lib/lp/blueprints/doc/specificationmessage.txt
+++ b/lib/lp/blueprints/doc/specificationmessage.txt
@@ -2,7 +2,7 @@ Specification Messages
======================
Specification messages are messages associated with blueprints. A
-specifiction message is described by the ISpecificationMessage
+specification message is described by the ISpecificationMessage
interface.
diff --git a/lib/lp/blueprints/model/specificationmessage.py b/lib/lp/blueprints/model/specificationmessage.py
index c4b8b61..60dd3d9 100644
--- a/lib/lp/blueprints/model/specificationmessage.py
+++ b/lib/lp/blueprints/model/specificationmessage.py
@@ -27,7 +27,7 @@ from lp.services.messages.model.message import (
@implementer(ISpecificationMessage)
class SpecificationMessage(SQLBase):
- """A table linking specifictions and messages."""
+ """A table linking specifications and messages."""
_table = 'SpecificationMessage'