From 9bbc4b0034e10d4c552fcf1ad924bdeb43e74f64 Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@statuscode.ch>
Date: Tue, 27 May 2014 20:59:48 +0200
Subject: [PATCH] Fix typo

---
 lib/private/connector/sabre/exception/filelocked.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/connector/sabre/exception/filelocked.php b/lib/private/connector/sabre/exception/filelocked.php
index c00fd78352..4bad936bd9 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
 	 */
-- 
GitLab