From: Simon <simon@kisikew.org>
Date: Sun, 1 Apr 2012 07:52:45 +0000 (-0300)
Subject: line 86: s/Friendika/Friendica/
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e97d90820dd03cfbb4599c3fe1551f3d198e5e0c;p=friendica.git

line 86: s/Friendika/Friendica/
---

diff --git a/include/api.php b/include/api.php
index 64772d6575..065f14cffb 100755
--- a/include/api.php
+++ b/include/api.php
@@ -83,7 +83,7 @@
 			$record = $r[0];
 		} else {
 		   logger('API_login failure: ' . print_r($_SERVER,true), LOGGER_DEBUG);
-		    header('WWW-Authenticate: Basic realm="Friendika"');
+		    header('WWW-Authenticate: Basic realm="Friendica"');
 		    header('HTTP/1.0 401 Unauthorized');
 		    die('This api requires login');
 		}