diff mbox series

tests/vhost-user-bridge.c: Fix typo in help message

Message ID 20210901152713.25701-1-peter.maydell@linaro.org
State New
Headers show
Series tests/vhost-user-bridge.c: Fix typo in help message | expand

Commit Message

Peter Maydell Sept. 1, 2021, 3:27 p.m. UTC
Fix a typo in the help message printed by vhost-user-bridge.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 tests/vhost-user-bridge.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Philippe Mathieu-Daudé Sept. 1, 2021, 4:20 p.m. UTC | #1
On 9/1/21 5:27 PM, Peter Maydell wrote:
> Fix a typo in the help message printed by vhost-user-bridge.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  tests/vhost-user-bridge.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Marc-André Lureau Sept. 1, 2021, 4:49 p.m. UTC | #2
On Wed, Sep 1, 2021 at 8:13 PM Peter Maydell <peter.maydell@linaro.org>
wrote:

> Fix a typo in the help message printed by vhost-user-bridge.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
>

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

---
>  tests/vhost-user-bridge.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/vhost-user-bridge.c b/tests/vhost-user-bridge.c
> index cb009545fa5..35088dd67f7 100644
> --- a/tests/vhost-user-bridge.c
> +++ b/tests/vhost-user-bridge.c
> @@ -831,7 +831,7 @@ main(int argc, char *argv[])
>  out:
>      fprintf(stderr, "Usage: %s ", argv[0]);
>      fprintf(stderr, "[-c] [-H] [-u ud_socket_path] [-l lhost:lport] [-r
> rhost:rport]\n");
> -    fprintf(stderr, "\t-u path to unix doman socket. default: %s\n",
> +    fprintf(stderr, "\t-u path to unix domain socket. default: %s\n",
>              DEFAULT_UD_SOCKET);
>      fprintf(stderr, "\t-l local host and port. default: %s:%s\n",
>              DEFAULT_LHOST, DEFAULT_LPORT);
> --
> 2.20.1
>
>
>
diff mbox series

Patch

diff --git a/tests/vhost-user-bridge.c b/tests/vhost-user-bridge.c
index cb009545fa5..35088dd67f7 100644
--- a/tests/vhost-user-bridge.c
+++ b/tests/vhost-user-bridge.c
@@ -831,7 +831,7 @@  main(int argc, char *argv[])
 out:
     fprintf(stderr, "Usage: %s ", argv[0]);
     fprintf(stderr, "[-c] [-H] [-u ud_socket_path] [-l lhost:lport] [-r rhost:rport]\n");
-    fprintf(stderr, "\t-u path to unix doman socket. default: %s\n",
+    fprintf(stderr, "\t-u path to unix domain socket. default: %s\n",
             DEFAULT_UD_SOCKET);
     fprintf(stderr, "\t-l local host and port. default: %s:%s\n",
             DEFAULT_LHOST, DEFAULT_LPORT);