Forráskód Böngészése

* Miscellaneous is with two l's...

git-svn-id: trunk@13087 -
Jonas Maebe 16 éve
szülő
commit
9ab6e355a3
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      rtl/objpas/strutils.pp

+ 1 - 1
rtl/objpas/strutils.pp

@@ -46,7 +46,7 @@ Function AnsiMatchStr(const AText: string; const AValues: array of string): Bool
 Function AnsiIndexStr(const AText: string; const AValues: array of string): Integer;
 
 { ---------------------------------------------------------------------
-    Miscelaneous
+    Miscellaneous
   ---------------------------------------------------------------------}
 
 Function DupeString(const AText: string; ACount: Integer): string;