diff --git a/docker-compose/Makefile b/docker-compose/Makefile index 910348603a80f224b1c03a42ceef65f3547a8fdb..c1f5a12c5f62b541a28a36d5a5bbe1838f3791e7 100644 --- a/docker-compose/Makefile +++ b/docker-compose/Makefile @@ -129,7 +129,7 @@ else endif # -# When uunning in network=host mode, point devices at a port on the host +# When running in network=host mode, point devices at a port on the host # machine rather than at the container. # ifeq ($(NETWORK_MODE),host)