From: YAMAMOTO Takashi Date: Fri, 9 May 2014 04:29:11 +0000 (+0900) Subject: acinclude.m4: Fix a typo in a help message X-Git-Tag: v2.3~141 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=e2e54517945499a919b52f2aca277ab9c84bcd8d acinclude.m4: Fix a typo in a help message Acked-by: Ben Pfaff Signed-off-by: YAMAMOTO Takashi --- diff --git a/acinclude.m4 b/acinclude.m4 index 104d4e49f..230c03352 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -163,7 +163,7 @@ dnl Configure DPDK source tree AC_DEFUN([OVS_CHECK_DPDK], [ AC_ARG_WITH([dpdk], [AC_HELP_STRING([--with-dpdk=/path/to/dpdk], - [Specify the DPDP build directory])]) + [Specify the DPDK build directory])]) if test X"$with_dpdk" != X; then RTE_SDK=$with_dpdk