From: Adam Magness Date: Tue, 7 Nov 2017 16:05:16 +0000 (-0500) Subject: Spelling correction X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=59d6ae63b1ea2513c9b1b3350799ede9201f8a58;p=friendica.git Spelling correction delete is not spelled delele! --- diff --git a/include/oauth.php b/include/oauth.php index ae7a4718f3..f89aedf6b7 100644 --- a/include/oauth.php +++ b/include/oauth.php @@ -116,7 +116,7 @@ class FKOAuthDataStore extends OAuthDataStore { if (!is_null($ret) && $uverifier!==false){ - Config::delele("oauth", $verifier); + Config::delete("oauth", $verifier); /* $apps = PConfig::get($uverifier, "oauth", "apps"); if ($apps===false) $apps=array(); $apps[] = $consumer->key;