diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-05-27 20:59:48 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-06-04 07:55:44 +0200 |
commit | 9bbc4b0034e10d4c552fcf1ad924bdeb43e74f64 (patch) | |
tree | 01ee899caf9728d17e7469df3491aaa37c310763 /lib/private/connector | |
parent | 896bc526e69e060eac95d2fad62e3386250b5908 (diff) | |
download | nextcloud-server-9bbc4b0034e10d4c552fcf1ad924bdeb43e74f64.tar.gz nextcloud-server-9bbc4b0034e10d4c552fcf1ad924bdeb43e74f64.zip |
Fix typo
Diffstat (limited to 'lib/private/connector')
-rw-r--r-- | lib/private/connector/sabre/exception/filelocked.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/connector/sabre/exception/filelocked.php b/lib/private/connector/sabre/exception/filelocked.php index c00fd783529..4bad936bd9f 100644 --- a/lib/private/connector/sabre/exception/filelocked.php +++ b/lib/private/connector/sabre/exception/filelocked.php @@ -17,7 +17,7 @@ class OC_Connector_Sabre_Exception_FileLocked extends Sabre_DAV_Exception { } /** - * Returns the HTTP statuscode for this exception + * Returns the HTTP status code for this exception * * @return int */ |