From 2560ec627d156d601da84b8eb90cc81e08c64ba6 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 5 Mar 2021 19:22:18 +0100 Subject: [PATCH] [doc]: Makefile.work: Fix typo in *packages* in comment (#6964) Signed-off-by: Paul Menzel --- Makefile.work | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.work b/Makefile.work index 654ccb660e..4e26ba1dd9 100644 --- a/Makefile.work +++ b/Makefile.work @@ -13,7 +13,7 @@ # * ENABLE_PFCWD_ON_START: Enable PFC Watchdog (PFCWD) on server-facing ports # * by default for TOR switch. # * ENABLE_SYNCD_RPC: Enables rpc-based syncd builds. -# * INSTALL_DEBUG_TOOLS: Install debug tools and debug symbol packeages. +# * INSTALL_DEBUG_TOOLS: Install debug tools and debug symbol packages. # * USERNAME: Desired username -- default at rules/config # * PASSWORD: Desired password -- default at rules/config # * KEEP_SLAVE_ON: Keeps slave container up and active after building process concludes.