[Pkg-owncloud-commits] [owncloud-doc] 03/36: typo

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 16:43:00 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 6cd4596b87f0957a6363e39eec3f6bb44812d46a
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date:   Sat Aug 2 15:17:58 2014 +0200

    typo
---
 developer_manual/general/devenv.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/developer_manual/general/devenv.rst b/developer_manual/general/devenv.rst
index 4e116c8..6101975 100644
--- a/developer_manual/general/devenv.rst
+++ b/developer_manual/general/devenv.rst
@@ -95,7 +95,7 @@ then, e.g. to pull all changes in all repositories, you only need this::
 
   find . -maxdepth 3 -type d -name .git -exec sh -c 'cd "{}"/../ && pwd && git pull' \;
 
-or to prune all merged branched, you would execute this::
+or to prune all merged branches, you would execute this::
 
   find . -maxdepth 3 -type d -name .git -exec sh -c 'cd "{}"/../ && pwd && git remote prune origin' \;
 

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



More information about the Pkg-owncloud-commits mailing list