fix naming

This commit is contained in:
Thomas Müller 2013-09-17 09:42:14 +02:00
parent 4cd0ee47a8
commit b9e943f5d5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ use OCP\AppFramework\Http\Response;
* They're modeled after Django's middleware system:
* https://docs.djangoproject.com/en/dev/topics/http/middleware/
*/
interface MiddleWare {
interface IMiddleWare {
/**