diff options
author | Florin Peter <github@florin-peter.de> | 2013-05-29 20:11:53 +0200 |
---|---|---|
committer | Florin Peter <github@florin-peter.de> | 2013-05-29 20:11:53 +0200 |
commit | df41a60c50842e1d28c62e350b769c46095129b0 (patch) | |
tree | 8d68207910b268b9df09435db192e3f5602dca21 /apps | |
parent | 353d19d183b00132204de8a1798aa7f9d9caa4d9 (diff) | |
download | nextcloud-server-df41a60c50842e1d28c62e350b769c46095129b0.tar.gz nextcloud-server-df41a60c50842e1d28c62e350b769c46095129b0.zip |
fixed typo
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/files_encryption/tests/webdav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/tests/webdav.php b/apps/files_encryption/tests/webdav.php index 94d3ec3fa55..3c3aa3dfa9f 100755 --- a/apps/files_encryption/tests/webdav.php +++ b/apps/files_encryption/tests/webdav.php @@ -216,7 +216,7 @@ class Test_Encryption_Webdav extends \PHPUnit_Framework_TestCase { * * @param bool $body * - * @note this init procedure is copied from /apps/files/remote.php + * @note this init procedure is copied from /apps/files/appinfo/remote.php */ function handleWebdavRequest($body = false) { // Backends |