Explorar o código

* Fixed typo reported on the maillist.

git-svn-id: trunk@19947 -
marco %!s(int64=13) %!d(string=hai) anos
pai
achega
a0a87a609f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fcl-db/src/base/db.pas

+ 1 - 1
packages/fcl-db/src/base/db.pas

@@ -91,7 +91,7 @@ type
     Destructor Destroy; override;
     property Context : String read FContext;
     property ErrorCode : integer read FErrorcode;
-    property OriginalExcaption : Exception read FOriginalException;
+    property OriginalException : Exception read FOriginalException;
     property PreviousError : Integer read FPreviousError;
   end;