[Pkg-owncloud-commits] [php-sabredav] 134/148: Fix a typo

David Prévot taffit at moszumanska.debian.org
Wed Apr 15 01:37:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit 5b154e38536cf30be9b57422f4c420019f8d07b9
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Mon Apr 13 15:03:18 2015 +0200

    Fix a typo
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c7bad15..34c76c5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -45,7 +45,7 @@ In addition to that, here's a list of basic rules:
 1. PHP 5.4 array syntax must be used every where. This means you use `[` and
    `]` instead of `array(` and `)`.
 2. Use PHP namespaces everywhere.
-3. Use 4 spaces for indentiation.
+3. Use 4 spaces for indentation.
 4. Try to keep your lines under 80 characters. This is not a hard rule, as
    there are many places in the source where it felt more sensibile to not
    do so. In particular, function declarations are never split over multiple

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list