Revision
90215
Author
cal@macports.org
Date
2012-02-26 11:43:57 -0800 (Sun, 26 Feb 2012)

Log Message

typo

Modified Paths

Diff

Modified: trunk/base/src/cregistry/sql.c (90214 => 90215)


--- 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;
         }