Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix typo
Baptiste Daroussin committed 14 years ago
commit 5a546f43413f2c1f5aa4679e3debe67bb2e0f2c0
parent be8fd2a
1 file changed +1 -1
modified pkg/main.c
@@ -250,7 +250,7 @@ main(int argc, char **argv)
			pkg_config_bool(PKG_CONFIG_SHLIBS, &b);
			printf("Track shlibs: %s\n", b ? "yes" : "no");
			pkg_config_bool(PKG_CONFIG_AUTODEPS, &b);
-
			printf("Automatic depdency tracking: %s\n", b ? "yes": "no");
+
			printf("Automatic dependency tracking: %s\n", b ? "yes": "no");
			pkg_config_string(PKG_CONFIG_PLIST_KEYWORDS_DIR, &buf);
			printf("Custom keywords directory: %s\n", buf ? buf : "none");
		}