Browse Source

* fixed typo (invalid type case -> invalid type cast)

git-svn-id: trunk@3025 -
Jonas Maebe 19 năm trước cách đây
mục cha
commit
2c3d8af195
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rtl/objpas/sysconst.pp

+ 1 - 1
rtl/objpas/sysconst.pp

@@ -67,7 +67,7 @@ resourcestring
   SInvalidInteger        = '"%s" is an invalid integer';
   SInvalidOp             = 'Invalid floating point operation';
   SInvalidPointer        = 'Invalid pointer operation';
-  SInvalidVarCast        = 'Invalid variant type case';
+  SInvalidVarCast        = 'Invalid variant type cast';
   SInvalidVarNullOp      = 'Invalid NULL variant operation';
   SInvalidVarOp          = 'Invalid variant operation';
   SInvalidVarOpWithHResultWithPrefix = 'Invalid variant operation (%s%.8x)'+LineEnding+'%s';