瀏覽代碼

* Fixed typo

olle 22 年之前
父節點
當前提交
60431e6794
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      compiler/systems/i_macos.pas

+ 5 - 2
compiler/systems/i_macos.pas

@@ -30,7 +30,7 @@ unit i_macos;
        system_powerpc_macos_info : tsysteminfo =
           (
             system       : system_powerpc_MACOS;
-            name         : 'MacOs (PowerPC)';
+            name         : 'MacOS (PowerPC)';
             shortname    : 'MacOS';
             flags        : [];
             cpu          : cpu_powerpc;
@@ -102,7 +102,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.6  2003-01-13 13:03:56  florian
+  Revision 1.7  2003-01-13 17:16:44  olle
+    * Fixed typo
+
+  Revision 1.6  2003/01/13 13:03:56  florian
     - fixed res entry for MacOS, I don't understand why it worked before :/
 
   Revision 1.5  2002/10/20 17:54:32  olle