Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
yet another typo
Baptiste Daroussin committed 12 years ago
commit c47bcb75305e9a419ab765f34db8cb170190b236
parent 5cfe716
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;