瀏覽代碼

* Fix small typo

git-svn-id: trunk@47341 -
(cherry picked from commit a798ba3fcaeb689e28463cee0671c56953b7fd2b)
michael 4 年之前
父節點
當前提交
5c91a4c941
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
     // Owned by the JWT. The JSON header.
     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 Signature : String Read FSignature Write FSignature;
   end;