summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-06-26 11:33:44 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-06-26 11:33:44 +0200
commitcd10f93e0d271840caff92b88195385a2a3f15b2 (patch)
treecf9e3724c35bba4cdd82e443938151bf189802cc /http
parent06367d8b81407fc2948e0f666b38f4de2dffbd89 (diff)
style fixes
Diffstat (limited to 'http')
-rw-r--r--http/textdownloadresponse.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/textdownloadresponse.php b/http/textdownloadresponse.php
index 06b331d5d..7a9d59c7d 100644
--- a/http/textdownloadresponse.php
+++ b/http/textdownloadresponse.php
@@ -17,7 +17,7 @@ use \OCP\AppFramework\Http\DownloadResponse;
/**
- * Prompts the user to download the a textfile
+ * Prompts the user to download the a text file
*/
class TextDownloadResponse extends DownloadResponse {