[Pkg-owncloud-commits] [owncloud-doc] 29/36: Fix typo - ref #486
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 16:43:03 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 9c67f39bfbaf35cc749bd716071e5d256853d4db
Author: Morris Jobke <hey at morrisjobke.de>
Date: Wed Aug 20 22:42:27 2014 +0200
Fix typo - ref #486
Thanks to @jonasfromhan
---
developer_manual/app/hooks.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/developer_manual/app/hooks.rst b/developer_manual/app/hooks.rst
index 836ed61..99f8580 100644
--- a/developer_manual/app/hooks.rst
+++ b/developer_manual/app/hooks.rst
@@ -147,7 +147,7 @@ Filesystem hooks available in scope **\\OC\\Files**:
* **postCreate** (\\OCP\\Files\\Node $node)
* **preDelete** (\\OCP\\Files\\Node $node)
* **postDelete** (\\OCP\\Files\\Node $node)
-* **preTouch** (\\OC\\Files\\Node $node, int $mtime)
+* **preTouch** (\\OCP\\Files\\Node $node, int $mtime)
* **postTouch** (\\OCP\\Files\\Node $node)
* **preCopy** (\\OCP\\Files\\Node $source, \\OCP\\Files\\Node $target)
* **postCopy** (\\OCP\\Files\\Node $source, \\OCP\\Files\\Node $target)
--
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