]> source.dussan.org Git - nextcloud-server.git/commitdiff
typo
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 20 Aug 2013 22:58:33 +0000 (00:58 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 20 Aug 2013 22:58:33 +0000 (00:58 +0200)
lib/public/core/irequest.php

index f283e9cb25cfd80e2a22842a0c4486a04e66b102..fc2004d18358f2648ddaa7fe662a0346dab373d9 100644 (file)
@@ -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();