From 1e1a8b2f3caf1c11ac031c5a34890bac0480989c Mon Sep 17 00:00:00 2001
From: Tom Needham <tom@owncloud.com>
Date: Sat, 27 Apr 2013 17:52:37 +0100
Subject: [PATCH] Fix typo

---
 ocs/routes.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ocs/routes.php b/ocs/routes.php
index ed54758fae..5fcf05e4f9 100644
--- a/ocs/routes.php
+++ b/ocs/routes.php
@@ -11,7 +11,7 @@ OC_API::register(
 	'/config',
 	array('OC_OCS_Config', 'apiConfig'),
 	'core',
-	OC_API::GUEST_AUT
+	OC_API::GUEST_AUTH
 	);
 // Person
 OC_API::register(
-- 
GitLab