summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-21 00:58:33 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-21 00:58:33 +0200
commite39083c36f7de22de78fb5bb51656111653ea42b (patch)
treec236109074dac1879ef30404cdba260ea3c1924b /lib/public
parentba029ef4b27cfeabbc67523131fa473397b77f01 (diff)
downloadnextcloud-server-e39083c36f7de22de78fb5bb51656111653ea42b.tar.gz
nextcloud-server-e39083c36f7de22de78fb5bb51656111653ea42b.zip
typo
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/core/irequest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/core/irequest.php b/lib/public/core/irequest.php
index f283e9cb25c..fc2004d1835 100644
--- a/lib/public/core/irequest.php
+++ b/lib/public/core/irequest.php
@@ -32,7 +32,7 @@ interface IRequest {
/**
* Returns all params that were received, be it from the request
- * (as GET or POST) or throuh the URL by the route
+ * (as GET or POST) or through the URL by the route
* @return array the array with all parameters
*/
public function getParams();