瀏覽代碼

* fix typo (asynch_r_onous)

git-svn-id: trunk@29223 -
Tomas Hajny 10 年之前
父節點
當前提交
1c1fa9f691
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;