Discussion:
[netcf-devel] [PATCH] Fix a typo in interface.rng
Yalan Zhang
2017-03-29 09:08:03 UTC
Permalink
There is a typo introduced by netcf-make-start-mode-blah-optional.patch,
it is describled in https://bugzilla.redhat.com/show_bug.cgi?id=1436906
---
data/xml/interface.rng | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/xml/interface.rng b/data/xml/interface.rng
index 46818d1..f9a4693 100644
--- a/data/xml/interface.rng
+++ b/data/xml/interface.rng
@@ -289,7 +289,7 @@
</choice>
</attribute>
</element>
- </optional
+ </optional>
</define>

<!--
--
1.8.3.1
_______________________________________________
netcf-devel mailing list -- netcf-***@lists.fedorahosted.org
To unsubscribe send an email to netcf-devel-lea
Eric Blake
2017-03-29 14:11:43 UTC
Permalink
Post by Yalan Zhang
There is a typo introduced by netcf-make-start-mode-blah-optional.patch,
it is describled in https://bugzilla.redhat.com/show_bug.cgi?id=1436906
s/describled/described/
Post by Yalan Zhang
---
data/xml/interface.rng | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/xml/interface.rng b/data/xml/interface.rng
index 46818d1..f9a4693 100644
--- a/data/xml/interface.rng
+++ b/data/xml/interface.rng
@@ -289,7 +289,7 @@
</choice>
</attribute>
</element>
- </optional
+ </optional>
ACK, and my bad for missing it during my review.

[When I went to push this, I found out I hadn't tracked the migration of
netcf over to pagure.io; Laine and I are working offline to get my push
access restored, but either way, one of us will commit this soon]
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
Loading...