[90215] trunk/base/src/cregistry/sql.c

cal at macports.org cal at macports.org
Sun Feb 26 11:43:59 PST 2012


Revision: 90215
          http://trac.macports.org/changeset/90215
Author:   cal at macports.org
Date:     2012-02-26 11:43:57 -0800 (Sun, 26 Feb 2012)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/base/src/cregistry/sql.c

Modified: trunk/base/src/cregistry/sql.c
===================================================================
--- trunk/base/src/cregistry/sql.c	2012-02-26 19:31:33 UTC (rev 90214)
+++ trunk/base/src/cregistry/sql.c	2012-02-26 19:43:57 UTC (rev 90215)
@@ -220,7 +220,7 @@
         did_update = 0;
 
         /* open a transaction to prevent a check-and-change race condition between
-         * multiply port(1) instances */
+         * multiple port(1) instances */
         if ((r = sqlite3_prepare_v2(db, query, -1, &stmt, NULL)) != SQLITE_OK) {
             break;
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120226/b2ed112e/attachment.html>


More information about the macports-changes mailing list