diff --git a/ocs/routes.php b/ocs/routes.php
index ed54758faefeb90e1925e18b684ab6ced7209353..5fcf05e4f99b4f0204cf53b4cfee1c3877a2d6c9 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(