Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix spelling
Baptiste Daroussin committed 12 years ago
commit 238564acd64a5942b2ca91af2bdc45e0a24ffb2e
parent 3fb327f
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;