From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id DDF3A8E76 for ; Thu, 3 Jan 2019 20:44:14 +0100 (CET) Received: by mail-wm1-f68.google.com with SMTP id m22so31451201wml.3 for ; Thu, 03 Jan 2019 11:44:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=9OeNr1S4qgxkhc4wdyZnKbQB5uuH5iQ2BQAFccoWfd4=; b=Q+yDmSD20CcejrlwVh9qGcR1XIMzDW00FzWXHJOxhReXFDrn3+vK4qQmZ+0P6rIdoy yFhAwhTmnsxcvuZfNjRQsN/DAyWOA/y0UTeyxhXEi5nFA1vbyEgbyRSosfdl/fAODlWE pxKU8PFSh4IFD75aZH+cbBl62UWdfjDLE2rhvXvipu4/0xAyv+W77ABz2TjAFkQq2Bj3 bVrN8kKC/JLLMIoFx20H25je4r27SEtlpadbZluiX8aG5ov/pUJIp/IKw3Ew4kfcUXTm m1iyxjB1ONzR5DFgg6v4G+ZAMZ+W/8P6gkB2L5xVpImjDRQRq1JdC8d20u0zowMq1DTH eHsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=9OeNr1S4qgxkhc4wdyZnKbQB5uuH5iQ2BQAFccoWfd4=; b=QCmgE3VxeZwyFpnj9ytESdwF6il06QKB7NeCNOB3KPFBN+C4RONLzQLq4zTOw1E/XP QphY997nMUpiocH4OyqmIYkWHAG0fpqmUXA+OaDe9GTh14Bv/K2qVSARYhAfJVcdH7o+ kwsOhKRWO8cxLcxWye2CPWncE1IHLf2BZSuzv8880sk3IfgasZvBQkWB6TA3umPUjHOk IQeCUUQd3xo4nmkln1hSBdn4TdkvLs42QhlUD76lCeOlTveCPlTM9UoOcO8qN6rxLBms cCMfvBXFxRUT7Dm6mswltVlBjG5cCmWdvcCupQNyulJG1bXOeR2qBiPiCT7/GvJH7Qxt MWFA== X-Gm-Message-State: AJcUukdI0n1bQIv3HraxCmMk/+IBdX4GT17FT3f3HUGyQJ4CP3VywIov NdBAkfSlvjGrXuJvJ3a9OOkA2cOCsa0= X-Google-Smtp-Source: AFSGD/WCChUVX7RMu+Y90Gl/qtm94Kbtt9nTTFVbx/h6ACZQLg2RZ8i3GEjJPNz6UxvG80DixR6Axg== X-Received: by 2002:a1c:2d42:: with SMTP id t63mr40918583wmt.9.1546544654317; Thu, 03 Jan 2019 11:44:14 -0800 (PST) Received: from localhost.localdomain (bzq-79-182-127-199.red.bezeqint.net. [79.182.127.199]) by smtp.gmail.com with ESMTPSA id f14sm46323189wrv.56.2019.01.03.11.44.13 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 03 Jan 2019 11:44:13 -0800 (PST) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Thu, 3 Jan 2019 21:44:06 +0200 Message-Id: <20190103194406.3506-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] conf: fix a typo in 4 config files X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2019 19:44:15 -0000 This patch fixes a typo in 4 config files. Signed-off-by: Rami Rosen --- conf/sriov_kvm.cfg | 2 +- conf/vf_etag.cfg | 2 +- conf/vhost_sample.cfg | 2 +- conf/vhost_user_live_migration.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/sriov_kvm.cfg b/conf/sriov_kvm.cfg index 4bffa57..a7ba884 100644 --- a/conf/sriov_kvm.cfg +++ b/conf/sriov_kvm.cfg @@ -81,7 +81,7 @@ # # monitor # port: 6061 -# note: if adding monitor to vm, need to specicy +# note: if adding monitor to vm, need to specify # this port, else it will get a free port # on the host machine. # diff --git a/conf/vf_etag.cfg b/conf/vf_etag.cfg index 98503b9..70c8ed5 100644 --- a/conf/vf_etag.cfg +++ b/conf/vf_etag.cfg @@ -64,7 +64,7 @@ # # monitor # port: 6061 -# note: if adding monitor to vm, need to specicy +# note: if adding monitor to vm, need to specify # this port, else it will get a free port # on the host machine. # diff --git a/conf/vhost_sample.cfg b/conf/vhost_sample.cfg index 4f0700c..842a220 100644 --- a/conf/vhost_sample.cfg +++ b/conf/vhost_sample.cfg @@ -47,7 +47,7 @@ # # monitor # port: 6061 -# note: if adding monitor to vm, need to specicy +# note: if adding monitor to vm, need to specify # this port, else it will get a free port # on the host machine. # diff --git a/conf/vhost_user_live_migration.cfg b/conf/vhost_user_live_migration.cfg index 887d312..c687acd 100644 --- a/conf/vhost_user_live_migration.cfg +++ b/conf/vhost_user_live_migration.cfg @@ -64,7 +64,7 @@ # # monitor # port: 6061 -# note: if adding monitor to vm, need to specicy +# note: if adding monitor to vm, need to specify # this port, else it will get a free port # on the host machine. # -- 2.19.2