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

* Patch from Graeme Geldenhuys to fix typos (bug ID 33708)

git-svn-id: trunk@38947 -
michael пре 7 година
родитељ
комит
f4d562ba11
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      packages/fcl-report/src/fpreport.pp
  2. 1 1
      packages/fcl-report/src/fpreporthtmlparser.pp

+ 1 - 1
packages/fcl-report/src/fpreport.pp

@@ -1973,7 +1973,7 @@ type
     function    SubStr(const ASource, AStartDelim, AEndDelim: string; AIndex: integer; out AStartPos: integer): string;
     { Count the number of blocks of text in AValue separated by AToken }
     function    TokenCount(const AValue: string; const AToken: string = '['): integer;
-    { Return the n-th token defined by APos. APas is 1-based. }
+    { Return the n-th token defined by APos. APos is 1-based. }
     function    Token(const AValue, AToken: string; const APos: integer): string;
     // --------------->  End  <-----------------
 

+ 1 - 1
packages/fcl-report/src/fpreporthtmlparser.pp

@@ -104,7 +104,7 @@
              the old ExecUpcase
 
  0.5     -  Graeme Geldenhuys <[email protected]>
-             New functions to extract attibute details from the tags.
+             New functions to extract attribute details from the tags.
                                                                                                                                                           //
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%