Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: /
Date: Tue, 28 Jan 2014 19:46:34
Message-Id: 1390938237.acf33c055c69ea49417449c7bd0d6a56bbfd61d8.bicatali@gentoo
1 commit: acf33c055c69ea49417449c7bd0d6a56bbfd61d8
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 19:43:57 2014 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 19:43:57 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=acf33c05
7
8 spelling
9
10 ---
11 CONTRIBUTING.md | 8 ++++----
12 1 file changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
15 index 7da80ca..529a502 100644
16 --- a/CONTRIBUTING.md
17 +++ b/CONTRIBUTING.md
18 @@ -1,10 +1,10 @@
19 #Contributions to the Gentoo Science Overlay
20
21 -This guide summerizes the contribution and merging procedures for the Gentoo Science overlay on Github. For more information please visit the [Science Project page](https://wiki.gentoo.org/wiki/Project:Science/Contributing) in the [Gentoo wiki](https://wiki.gentoo.org/).
22 +This guide summarizes the contribution and merging procedures for the Gentoo Science overlay on Github. For more information please visit the [Science Project page](https://wiki.gentoo.org/wiki/Project:Science/Contributing) in the [Gentoo wiki](https://wiki.gentoo.org/).
23
24 ----
25 ##Prerequisite
26 -For the most convinient way to work with the overlay you should fulfill all prerequisites.
27 +For the most convenient way to work with the overlay you should fulfill all prerequisites.
28
29 ###Required
30
31 @@ -44,7 +44,7 @@ Now git will sign your commits to the overlay by using the gpg key.
32
33 * **Install [repo-commit](https://bitbucket.org/gentoo/repo-commit/)**, *A repository commit helper*
34
35 -*repo-commit* sanitizes your commit in a convinient way.
36 +*repo-commit* sanitizes your commit in a convenient way.
37
38 emerge app-portage/repo-commit
39
40 @@ -69,7 +69,7 @@ It is always convenient for development as well as for the review and merging pr
41 git checkout -b my-feature master
42
43 ###Work on the package
44 -Now you are ready to work on your package of interest. Once you are finished you should _always_ use **[repoman](http://dev.gentoo.org/~zmedico/portage/doc/man/repoman.1.html)** to do a statical analysis of your work.
45 +Now you are ready to work on your package of interest. Once you are finished you should _always_ use **[repoman](http://dev.gentoo.org/~zmedico/portage/doc/man/repoman.1.html)** to do a static analysis of your work.
46
47 This can be done with