Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
pkgdb: fix typo in a comment
Baptiste Daroussin committed 2 years ago
commit 85b6c7ea0c78f6193280a7a380697b8f5027c489
parent 7f7b2e2
1 file changed +1 -1
modified libpkg/pkgdb.c
@@ -2271,7 +2271,7 @@ pkgdb_unregister_pkg(struct pkgdb *db, int64_t id)
		/* TODO print the users that are not used anymore */
		"users WHERE id NOT IN "
			"(SELECT DISTINCT user_id FROM pkg_users)",
-
		/* TODO print the groups trhat are not used anymore */
+
		/* TODO print the groups that are not used anymore */
		"groups WHERE id NOT IN "
			"(SELECT DISTINCT group_id FROM pkg_groups)",
		"shlibs WHERE id NOT IN "