Преглед изворни кода

* Fixed typo reported on the maillist.

git-svn-id: trunk@19947 -
marco пре 13 година
родитељ
комит
a0a87a609f
1 измењених фајлова са 1 додато и 1 уклоњено
  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;