]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix some spelling, formatting in README 786/head
authorRJ Nowling <rnowling@gmail.com>
Mon, 16 May 2016 15:35:03 +0000 (15:35 +0000)
committerRJ Nowling <rnowling@gmail.com>
Mon, 16 May 2016 15:35:03 +0000 (15:35 +0000)
Signed-off-by: RJ Nowling <rnowling@gmail.com>
README.md

index 45bcf6a402bed2bae9ab0281d1a85efeee07b989..1c51a00ded8fdd3d9968cb7ee461b753decbf050 100644 (file)
--- a/README.md
+++ b/README.md
@@ -296,7 +296,7 @@ We love contribution and we love giving visibility to our contributors, this is
 
 ## Submit a patch
 
-To start contriuting just do:
+To start contributing just do:
 
 ```
 $ git checkout -b my-working-branch
@@ -310,7 +310,7 @@ One more step, before pushing your code you should run a syntax check:
 $ ansible-playbook -i dummy-ansible-hosts test.yml --syntax-check
 ```
 
-If your change impacts a variable file in a role such as `roles`ceph-common/defaults/main.yml`, you need to generate a `group_vars` file:
+If your change impacts a variable file in a role such as `roles/ceph-common/defaults/main.yml`, you need to generate a `group_vars` file:
 
 ```
 $ ./generate_group_vars_sample.sh