[Pkg-owncloud-commits] [owncloud-doc] 28/36: fix typo - fixes #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 6aa10219a2eed0e1066b17a80b24fdf67b00e2cc
Author: Morris Jobke <hey at morrisjobke.de>
Date: Wed Aug 20 08:07:37 2014 +0200
fix typo - fixes #486
---
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 4e2d0bb..836ed61 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\\FilesP\\Node $node, int $mtime)
+* **preTouch** (\\OC\\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