Browse Source

* fix typo (asynch_r_onous)

git-svn-id: trunk@29223 -
Tomas Hajny 10 years ago
parent
commit
1c1fa9f691
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-async/fpmake.pp

+ 1 - 1
packages/fcl-async/fpmake.pp

@@ -23,7 +23,7 @@ begin
     P.License := 'LGPL with modification, ';
     P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
-    P.Description := 'Asynchonous event management of Free Component Libraries (FCL), FPC''s OOP library.';
+    P.Description := 'Asynchronous event management of Free Component Libraries (FCL), FPC''s OOP library.';
     P.NeedLibC:= false;
     P.OSes:=AllUnixOses;