diff mbox series

[ovs-dev] fix typo

Message ID 11625351657328523@iva8-bad53723c646.qloud-c.yandex.net
State Superseded
Headers show
Series [ovs-dev] fix typo | expand

Checks

Context Check Description
ovsrobot/apply-robot fail apply and check: fail

Commit Message

Igor Zhukov July 9, 2022, 1:02 a.m. UTC
Signed-off-by: Igor Zhukov <fsb400@yandex.ru>
Acked-by: Dumitru Ceara <dceara@redhat.com>
---
 tests/system-ovn.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

dev mailing list
dev@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Comments

0-day Robot July 9, 2022, 1:28 a.m. UTC | #1
Bleep bloop.  Greetings Igor Zhukov, I am a robot and I have tried out your patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


git-am:
error: corrupt patch at line 21
error: could not build fake ancestor
hint: Use 'git am --show-current-patch' to see the failed patch
Patch failed at 0001 fix typo
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


Please check this out.  If you feel there has been an error, please email aconole@redhat.com

Thanks,
0-day Robot
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)])
_______________________________________________