Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
yet another typo
Baptiste Daroussin committed 12 years ago
commit c47bcb75305e9a419ab765f34db8cb170190b236
parent 5cfe71654b31005275999c6cad169cdd9957b16d
1 file changed +1 -1
modified libpkg/pkg_config.c
@@ -297,7 +297,7 @@ connect_evpipe(const char *evpipe) {
		sock.sun_family = AF_UNIX;
		if (strlcpy(sock.sun_path, evpipe, sizeof(sock.sun_path)) >=
		    sizeof(sock.sun_path)) {
-
			pkg_emit_error("Sockey path too long: %s", evpipe);
+
			pkg_emit_error("Socket path too long: %s", evpipe);
			close(eventpipe);
			eventpipe = -1;
			return;