From: Jonatan Schlag Date: Thu, 3 Aug 2017 09:26:53 +0000 (+0000) Subject: Fix typo X-Git-Tag: 009~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6655d1bf558c941bd8e229bfdd098ccb73b1ae92;p=network.git Fix typo Signed-off-by: Michael Tremer --- diff --git a/src/network b/src/network index 288f4bed..72e1c590 100644 --- a/src/network +++ b/src/network @@ -178,7 +178,7 @@ cli_device_status() { # Supports multiqueue? if device_supports_multiqueue ${device}; then - cli_print_fmt 1 "Multiqueue" "Supported" + cli_print_fmt1 1 "Multiqueue" "Supported" fi cli_space