From b9e943f5d52d1bf888233fdc2288477322591c43 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Tue, 17 Sep 2013 09:42:14 +0200
Subject: [PATCH] fix naming

---
 lib/public/appframework/imiddleware.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/public/appframework/imiddleware.php b/lib/public/appframework/imiddleware.php
index 9340034fcc..1e76d3bbe4 100644
--- a/lib/public/appframework/imiddleware.php
+++ b/lib/public/appframework/imiddleware.php
@@ -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 {
 
 
 	/**
-- 
GitLab