Browse Source

misspelled not

CauseFX 4 years ago
parent
commit
d8747cc384
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/classes/organizr.class.php

+ 1 - 1
api/classes/organizr.class.php

@@ -1176,7 +1176,7 @@ class Organizr
 				$this->debug('Token failed check');
 				$this->debug('Token failed check');
 				$this->invalidToken($token);
 				$this->invalidToken($token);
 				if ($api) {
 				if ($api) {
-					$this->setResponse(403, 'Token was no in approved list');
+					$this->setResponse(403, 'Token was not in approved list');
 				}
 				}
 				return false;
 				return false;
 			} else {
 			} else {