diff mbox series

[ovs-dev] fix typo

Message ID 20220711092300.28062-1-fsb4000@yandex.ru
State Accepted
Headers show
Series [ovs-dev] fix typo | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Igor Zhukov July 11, 2022, 9:23 a.m. UTC
From: Igor Zhukov <ivzhukov@sbercloud.ru>

Signed-off-by: Igor Zhukov <ivzhukov@sbercloud.ru>
Acked-by: Dumitru Ceara <dceara@redhat.com>
---
 tests/system-ovn.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dumitru Ceara July 11, 2022, 9:32 a.m. UTC | #1
On 7/11/22 11:23, Igor Zhukov wrote:
> From: Igor Zhukov <ivzhukov@sbercloud.ru>
> 
> Signed-off-by: Igor Zhukov <ivzhukov@sbercloud.ru>
> Acked-by: Dumitru Ceara <dceara@redhat.com>
> ---

This patch looks good to me and it applies fine.

Thanks!
Igor Zhukov July 11, 2022, 9:58 a.m. UTC | #2
You're welcome!
I sent this patch via `git send-email` 
:)
Numan Siddique July 11, 2022, 5:53 p.m. UTC | #3
On Mon, Jul 11, 2022 at 4:35 AM Dumitru Ceara <dceara@redhat.com> wrote:
>
> On 7/11/22 11:23, Igor Zhukov wrote:
> > From: Igor Zhukov <ivzhukov@sbercloud.ru>
> >
> > Signed-off-by: Igor Zhukov <ivzhukov@sbercloud.ru>
> > Acked-by: Dumitru Ceara <dceara@redhat.com>
> > ---

Thanks for the fix.  I applied this patch to the main branch.  I also
added your name to the AUTHORS.rst file.

Numan

>
> This patch looks good to me and it applies fine.
>
> Thanks!
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/tests/system-ovn.at b/tests/system-ovn.at
index 1cabf1f31..4a8fdede8 100644
--- a/tests/system-ovn.at
+++ b/tests/system-ovn.at
@@ -4505,7 +4505,7 @@  ovn-sbctl list service_monitor
 OVS_WAIT_UNTIL([test 2 = `ovn-sbctl --bare --columns status find \
 service_monitor protocol=udp | sed '/^$/d' | grep offline | wc -l`])
 
-# Stop webserer in sw1-p1
+# Stop webserver in sw1-p1
 pid_file=$(cat l7_pid_file)
 NS_CHECK_EXEC([sw1-p1], [kill $(cat $pid_file)])