Merge ~jugmac00/launchpad:fix-typo into launchpad:master

Proposed by Jürgen Gmach
Status: Merged
Approved by: Jürgen Gmach
Approved revision: 5d41e143e0a7f17e4ac8da9fb472a87897818b8d
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~jugmac00/launchpad:fix-typo
Merge into: launchpad:master
Diff against target: 25 lines (+2/-2)
2 files modified
lib/lp/blueprints/doc/specificationmessage.txt (+1/-1)
lib/lp/blueprints/model/specificationmessage.py (+1/-1)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+410931@code.launchpad.net

Commit message

fix typos

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) wrote :

I kind of love "specifiction" as an accidental snarky comment on the nature of plans as often being less than fully grounded in reality, but it is of course a typo, yes. :-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lib/lp/blueprints/doc/specificationmessage.txt b/lib/lp/blueprints/doc/specificationmessage.txt
2index d5d944f..4ed66cd 100644
3--- a/lib/lp/blueprints/doc/specificationmessage.txt
4+++ b/lib/lp/blueprints/doc/specificationmessage.txt
5@@ -2,7 +2,7 @@ Specification Messages
6 ======================
7
8 Specification messages are messages associated with blueprints. A
9-specifiction message is described by the ISpecificationMessage
10+specification message is described by the ISpecificationMessage
11 interface.
12
13
14diff --git a/lib/lp/blueprints/model/specificationmessage.py b/lib/lp/blueprints/model/specificationmessage.py
15index c4b8b61..60dd3d9 100644
16--- a/lib/lp/blueprints/model/specificationmessage.py
17+++ b/lib/lp/blueprints/model/specificationmessage.py
18@@ -27,7 +27,7 @@ from lp.services.messages.model.message import (
19
20 @implementer(ISpecificationMessage)
21 class SpecificationMessage(SQLBase):
22- """A table linking specifictions and messages."""
23+ """A table linking specifications and messages."""
24
25 _table = 'SpecificationMessage'
26

Subscribers

People subscribed via source and target branches

to status/vote changes: