[PATCH] docs: fixing typos 'libivrt' > 'libvirt'

Julio Faracco posted 1 patch 4 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200117151221.11466-1-jcfaracco@gmail.com
Test syntax-check failed
docs/apps.html.in     | 2 +-
docs/auditlog.html.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH] docs: fixing typos 'libivrt' > 'libvirt'
Posted by Julio Faracco 4 years, 3 months ago
This is only 2 simple typo fixes for wrong documentation wording.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
---
 docs/apps.html.in     | 2 +-
 docs/auditlog.html.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/apps.html.in b/docs/apps.html.in
index 41dd26f7ff..629d740c28 100644
--- a/docs/apps.html.in
+++ b/docs/apps.html.in
@@ -224,7 +224,7 @@
       <dd>
         Eucalyptus is an on-premise Infrastructure as a Service cloud
         software platform that is open source and
-        AWS-compatible. Eucalyptus uses libivrt virtualization API to
+        AWS-compatible. Eucalyptus uses libvirt virtualization API to
         directly interact with Xen and KVM hypervisors.
       </dd>
 
diff --git a/docs/auditlog.html.in b/docs/auditlog.html.in
index f8f0c99b23..eb00d9742e 100644
--- a/docs/auditlog.html.in
+++ b/docs/auditlog.html.in
@@ -42,7 +42,7 @@
       In addition to have formal messages sent to the audit subsystem it is
       possible to tell libvirt to inject messages into its own logging
       layer. This will result in messages ending up in the systemd journal
-      or <code>/var/log/libvirt/libivrtd.log</code> on non-systemd hosts.
+      or <code>/var/log/libvirt/libvirtd.log</code> on non-systemd hosts.
       This is disabled by default, but can be requested by setting the
       <code>audit_logging=1</code> configuration parameter in the same file
       mentioned above.
-- 
2.20.1


Re: [PATCH] docs: fixing typos 'libivrt' > 'libvirt'
Posted by Ján Tomko 4 years, 3 months ago
On Fri, Jan 17, 2020 at 12:12:21PM -0300, Julio Faracco wrote:
>This is only 2 simple typo fixes for wrong documentation wording.
>
>Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
>---
> docs/apps.html.in     | 2 +-
> docs/auditlog.html.in | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano