From 0424ccac24ce7e0e401706eca568b60d8b053e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sat, 4 May 2024 19:09:07 -0300 Subject: [PATCH] distcc: fix typo line 28 --- distcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distcc b/distcc index 25647611..ec7e4a5e 100644 --- a/distcc +++ b/distcc @@ -25,5 +25,5 @@ ZEROCONF='+zeroconf' make -j4 CXX='distcc g++' # Note: for gcc, Replace CXX by CC and g++ by gcc DISTCC_HOSTS='127.0.0.1 192.168.1.69' make -j4 CXX='distcc g++' -# Show hosts aviables +# Show hosts availables ZEROCONF='+zeroconf' distcc --show-hosts