diff mbox series

[ovs-dev,v3,1/3] ovn-macros.at: fix typo

Message ID 20210618085241.29707-2-mark.d.gray@redhat.com
State Superseded, archived
Headers show
Series tests: Add check-perf target | expand

Commit Message

Mark Gray June 18, 2021, 8:52 a.m. UTC
Signed-off-by: Mark Gray <mark.d.gray@redhat.com>
---
 tests/ovn-macros.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dumitru Ceara June 24, 2021, 3:33 p.m. UTC | #1
On 6/18/21 10:52 AM, Mark Gray wrote:
> Signed-off-by: Mark Gray <mark.d.gray@redhat.com>
> ---

Acked-by: Dumitru Ceara <dceara@redhat.com>

Thanks!
diff mbox series

Patch

diff --git a/tests/ovn-macros.at b/tests/ovn-macros.at
index cd02b6986cc2..c92c07720112 100644
--- a/tests/ovn-macros.at
+++ b/tests/ovn-macros.at
@@ -184,7 +184,7 @@  ovn_start_northd() {
 # ovn-sbctl and ovn-nbctl use them by default, and starts ovn-northd running
 # against them.
 #
-# Normally this starts an active northd and a backup norhtd.  The following
+# Normally this starts an active northd and a backup northd.  The following
 # options are accepted to adjust that:
 #   --backup-northd=none    Don't start a backup northd.
 #   --backup-northd=paused  Start the backup northd in the paused state.