From 22afe6946669ffee3a37fcdd15f745929c9da094 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Thu, 24 Nov 2016 11:00:50 +0100 Subject: [PATCH] typo in comment: OAuth -> Oath Bug: T151536 Change-Id: I39e3a3cca04be79f735e5e2050cf573ec9073169 --- OATHAuthKey.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OATHAuthKey.php b/OATHAuthKey.php index f2f88349..0dd1fffa 100644 --- a/OATHAuthKey.php +++ b/OATHAuthKey.php @@ -3,7 +3,7 @@ /** * Class representing a two-factor key * - * Keys can be tied to OAUTHUsers + * Keys can be tied to OATHUsers * * @ingroup Extensions */