From: Tom Needham Date: Sat, 27 Apr 2013 16:52:37 +0000 (+0100) Subject: Fix typo X-Git-Tag: v5.0.6~27 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b24e6f11ba55ea4377904ed11663b4b13f777b65;p=nextcloud-server.git Fix typo --- diff --git a/ocs/routes.php b/ocs/routes.php index ed54758faef..5fcf05e4f99 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(