Browse Source

* Fix small typo

git-svn-id: trunk@47341 -
michael 4 years ago
parent
commit
a798ba3fca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-web/src/base/fpjwt.pp

+ 1 - 1
packages/fcl-web/src/base/fpjwt.pp

@@ -128,7 +128,7 @@ Type
     Destructor Destroy; override;
     Destructor Destroy; override;
     // Owned by the JWT. The JSON header.
     // Owned by the JWT. The JSON header.
     Property JOSE : TJOSE Read FJOSE Write SetJOSE;
     Property JOSE : TJOSE Read FJOSE Write SetJOSE;
-    // Owned by the JWT. The set of claims. The actuall class will depend on the descendant.
+    // Owned by the JWT. The set of claims. The actual class will depend on the descendant.
     Property Claims : TClaims Read FClaims Write SetClaims;
     Property Claims : TClaims Read FClaims Write SetClaims;
     Property Signature : String Read FSignature Write FSignature;
     Property Signature : String Read FSignature Write FSignature;
   end;
   end;