Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
pkg-query: correct grammar
Bryan Drewery committed 12 years ago
commit 49e16189ae34820323707fb95c83bf149e800384
parent b4b518db92d7027d8e60b2b89a9d18759852ba06
1 file changed +1 -1
modified src/query.c
@@ -955,7 +955,7 @@ exec_query(int argc, char **argv)

	if (pkgdb_obtain_lock(db, PKGDB_LOCK_READONLY) != EPKG_OK) {
		pkgdb_close(db);
-
		warnx("Cannot get an read lock on a database, it is locked by another process");
+
		warnx("Cannot get a read lock on a database, it is locked by another process");
		return (EX_TEMPFAIL);
	}