Blame SOURCES/0004-Fix-various-typos-and-mistakes-in-comments.patch

b6cf65
From 9709c8f01ec3e2f78bcaa07045343de249d7618d Mon Sep 17 00:00:00 2001
b6cf65
From: "Richard W.M. Jones" <rjones@redhat.com>
b6cf65
Date: Thu, 12 Dec 2013 08:47:37 +0000
f83e65
Subject: [PATCH 04/26] Fix various typos and mistakes in comments.
b6cf65
b6cf65
(Thanks Robert P. J. Day)
b6cf65
---
b6cf65
 virt-what.in | 6 +++---
b6cf65
 1 file changed, 3 insertions(+), 3 deletions(-)
b6cf65
b6cf65
diff --git a/virt-what.in b/virt-what.in
b6cf65
index 4b6d3b8..fb399be 100644
b6cf65
--- a/virt-what.in
b6cf65
+++ b/virt-what.in
b6cf65
@@ -18,13 +18,13 @@
b6cf65
 
b6cf65
 # 'virt-what' tries to detect the type of virtualization being
b6cf65
 # used (or none at all if we're running on bare-metal).  It prints
b6cf65
-# out one of more lines each being a 'fact' about the virtualization.
b6cf65
+# out one or more lines each being a 'fact' about the virtualization.
b6cf65
 #
b6cf65
 # Please see also the manual page virt-what(1).
b6cf65
 # This script should be run as root.
b6cf65
 #
b6cf65
 # The following resources were useful in writing this script:
b6cf65
-# . http://www.dmo.ca/blog/20080530151107
b6cf65
+# . http://dmo.ca/blog/detecting-virtualization-on-linux/
b6cf65
 
b6cf65
 # Do not allow unset variables, and set defaults.
b6cf65
 set -u
b6cf65
@@ -67,7 +67,7 @@ while true; do
b6cf65
 done
b6cf65
 
b6cf65
 # Add /sbin and /usr/sbin to the path so we can find system
b6cf65
-# binaries like dmicode.
b6cf65
+# binaries like dmidecode.
b6cf65
 # Add /usr/libexec to the path so we can find the helper binary.
b6cf65
 prefix=@prefix@
b6cf65
 exec_prefix=@exec_prefix@
b6cf65
-- 
f83e65
1.8.3.1
b6cf65