Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix typo in comment
Bryan Drewery committed 13 years ago
commit d91b3b1d5e55cc35af40ce29c81b03ee136cd56d
parent f95c8bc
1 file changed +1 -1
modified libpkg/pkgdb.c
@@ -2302,7 +2302,7 @@ pkgdb_query_newpkgversion(struct pkgdb *db, const char *repo)
	sbuf_finish(sql);
	sql_exec(db->sqlite, sbuf_get(sql));

-
	/* If no rows were INSERTED then pkg is not listed in the remote remo
+
	/* If no rows were INSERTED then pkg is not listed in the remote repo
	 * so there's nothing to upgrade to.  */
	if (sqlite3_changes(db->sqlite) == 0) {
		goto cleanup;