From: Lukas Reschke Date: Tue, 27 May 2014 18:59:48 +0000 (+0200) Subject: Fix typo X-Git-Tag: v7.0.0alpha2~127^2~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9bbc4b0034e10d4c552fcf1ad924bdeb43e74f64;p=nextcloud-server.git Fix typo --- 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 */