Merge lp:~anthonywong/ciborium/fix-typo into lp:ciborium

Proposed by Anthony Wong
Status: Needs review
Proposed branch: lp:~anthonywong/ciborium/fix-typo
Merge into: lp:ciborium
Diff against target: 12 lines (+1/-1)
1 file modified
cmd/ciborium/main.go (+1/-1)
To merge this branch: bzr merge lp:~anthonywong/ciborium/fix-typo
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Phablet Team Pending
Review via email: mp+230200@code.launchpad.net

Commit message

Fix a typo

To post a comment you must log in.
lp:~anthonywong/ciborium/fix-typo updated
11. By Anthony Wong

Merge to r47

Revision history for this message
Anthony Wong (anthonywong) wrote :

No review of this simple fix?

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:11
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~anthonywong/ciborium/fix-typo/+merge/230200/+edit-commit-message

http://jenkins.qa.ubuntu.com/job/ciborium-ci/1/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/ciborium-utopic-amd64-ci/1
    SUCCESS: http://jenkins.qa.ubuntu.com/job/ciborium-utopic-armhf-ci/1
        deb: http://jenkins.qa.ubuntu.com/job/ciborium-utopic-armhf-ci/1/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/ciborium-utopic-i386-ci/1

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/ciborium-ci/1/rebuild

review: Needs Fixing (continuous-integration)

Unmerged revisions

11. By Anthony Wong

Merge to r47

10. By Anthony Wong

Fix a typo

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cmd/ciborium/main.go'
2--- cmd/ciborium/main.go 2014-08-27 16:29:21 +0000
3+++ cmd/ciborium/main.go 2014-09-15 15:36:41 +0000
4@@ -57,7 +57,7 @@
5 Summary: gettext.Gettext("Failed to add storage device"),
6 // TRANSLATORS: This is the body of a notification bubble with a short message with hints
7 // with regards to the failure when adding a storage device.
8- Body: gettext.Gettext("Make sure the storage device is correctly formated"),
9+ Body: gettext.Gettext("Make sure the storage device is correctly formatted"),
10 }
11
12 msgStorageRemoved message = message{

Subscribers

People subscribed via source and target branches