Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix spelling
Baptiste Daroussin committed 12 years ago
commit 238564acd64a5942b2ca91af2bdc45e0a24ffb2e
parent 3fb327f5547a3e2e81e049b08a4f82d8b6358bd7
1 file changed +1 -1
modified libpkg/pkg_config.c
@@ -846,7 +846,7 @@ parse_repo_file(yaml_document_t *doc, yaml_node_t *node)
		}
		r = pkg_repo_find_ident((char *)key->data.scalar.value);
		if (r != NULL)
-
			pkg_debug(1, "PkgConfig: overwritting repository %s", key->data.scalar.value);
+
			pkg_debug(1, "PkgConfig: overwriting repository %s", key->data.scalar.value);

		add_repo(doc, key, val, r);
		++pair;