Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
pkgdb: fix typo in a comment
Baptiste Daroussin committed 2 years ago
commit 85b6c7ea0c78f6193280a7a380697b8f5027c489
parent 7f7b2e2ad10cbe38a7fffca3e546d28e925781b7
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 "