Merge lp:~alexlist/charms/trusty/mysql/fix-readme-typo into lp:charms/trusty/mysql

Proposed by Alexander List
Status: Merged
Merged at revision: 121
Proposed branch: lp:~alexlist/charms/trusty/mysql/fix-readme-typo
Merge into: lp:charms/trusty/mysql
Diff against target: 12 lines (+1/-1)
1 file modified
README.md (+1/-1)
To merge this branch: bzr merge lp:~alexlist/charms/trusty/mysql/fix-readme-typo
Reviewer Review Type Date Requested Status
Tom Haddon Approve
Review via email: mp+222131@code.launchpad.net

Description of the change

Typo in README (retrive -> retrieve)

To post a comment you must log in.
Revision history for this message
Tom Haddon (mthaddon) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2014-03-03 08:54:57 +0000
3+++ README.md 2014-06-05 08:43:54 +0000
4@@ -12,7 +12,7 @@
5
6 juju deploy mysql
7
8-Once deployed, you can retrive the MySQL root user password by logging in to the machine via `juju ssh` and readin the `/var/lib/mysql/mysql.passwd` file. To log in as root MySQL User at the MySQL console you can issue the following:
9+Once deployed, you can retrieve the MySQL root user password by logging in to the machine via `juju ssh` and readin the `/var/lib/mysql/mysql.passwd` file. To log in as root MySQL User at the MySQL console you can issue the following:
10
11 juju ssh mysql/0
12 mysql -u root -p`sudo cat /var/lib/mysql/mysql.passwd`

Subscribers

People subscribed via source and target branches

to all changes: