diff mbox series

[ovs-dev] Fix typo in database commands documentation.

Message ID 20180604143631.31961-1-mmichels@redhat.com
State Accepted
Headers show
Series [ovs-dev] Fix typo in database commands documentation. | expand

Commit Message

Mark Michelson June 4, 2018, 2:36 p.m. UTC
s/remov/remove/

Signed-off-by: Mark Michelson <mmichels@redhat.com>
---
 lib/db-ctl-base.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff June 4, 2018, 9:31 p.m. UTC | #1
On Mon, Jun 04, 2018 at 10:36:31AM -0400, Mark Michelson wrote:
> s/remov/remove/
> 
> Signed-off-by: Mark Michelson <mmichels@redhat.com>

Applied to master, thanks!
diff mbox series

Patch

diff --git a/lib/db-ctl-base.xml b/lib/db-ctl-base.xml
index 6ff08e52c..a5fcc901c 100644
--- a/lib/db-ctl-base.xml
+++ b/lib/db-ctl-base.xml
@@ -252,7 +252,7 @@ 
         [<code>--if-exists</code>] <code>remove</code> <var>table record column key</var>...
       </p>
       <p>
-        [<code>--if-exists</code>] <code>remov</code> <var>table record column key</var><code>=</code><var>value</var>...
+        [<code>--if-exists</code>] <code>remove</code> <var>table record column key</var><code>=</code><var>value</var>...
       </p>
     </dt>
     <dd>