CONTRIBUTING.md: fix typo

This commit is contained in:
Enno Boland 2014-12-13 03:46:37 +01:00
parent d0d6ef8a0f
commit a4ad833332
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ xbump <pkgname>
Once you successfully build the package at least on x86 (building it on armv* is recommended too) you can start a pull request. Once you successfully build the package at least on x86 (building it on armv* is recommended too) you can start a pull request.
Most pull request should only contain a single package and it's dependencies which are not part of void-packages yet. Most pull request should only contain a single package and its dependencies which are not part of void-packages yet.
If you make updates to packages containing a soname bump you also need to revbump all packages that are dependant. Those If you make updates to packages containing a soname bump you also need to revbump all packages that are dependant. Those
packages should also be part of the same pull request. packages should also be part of the same pull request.