[24508] trunk/base/doc/INTERNALS

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 26 22:32:02 PDT 2007


Revision: 24508
          http://trac.macosforge.org/projects/macports/changeset/24508
Author:   ryandesign at macports.org
Date:     2007-04-26 22:32:02 -0700 (Thu, 26 Apr 2007)

Log Message:
-----------
Fix typo: 'neccesary' -> 'necessary'

Modified Paths:
--------------
    trunk/base/doc/INTERNALS

Modified: trunk/base/doc/INTERNALS
===================================================================
--- trunk/base/doc/INTERNALS	2007-04-27 05:30:30 UTC (rev 24507)
+++ trunk/base/doc/INTERNALS	2007-04-27 05:32:02 UTC (rev 24508)
@@ -3,7 +3,7 @@
 The darwin ports system is composed of a three TCL libraries:
 	darwinports - public API
 	port - portfile parsing and execution
-	pextlib - neccesary C extensions to TCL
+	pextlib - necessary C extensions to TCL
 
     These three TCL libraries are grouped as a TCL "package". TCL packages
 allow for complex versioning and have a provide/require model of use, making
@@ -18,7 +18,7 @@
 ports (ie, dportexec/dportopen/dportget). Also, the API has very little
 knowledge of the contents of a portfile; instead, it relies entirely upon
 the "port" TCL library. By keeping the high level API simple and generic,
-a revision of the underlying ports system will not neccesarily require
+a revision of the underlying ports system will not necessarily require
 a revision of the high level "darwinports" API.
 
     TCL packages allow for complex versioning with a strong requires/provides

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070426/3c4aa007/attachment.html


More information about the macports-changes mailing list