[deployment-guide/comm-rel: 321/727] Corrected several typing errors.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:51:38 UTC 2010


commit 7010d58ba7d2ec35152f8a9b0704eb9856cd24a4
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Tue Aug 10 15:18:52 2010 +0200

    Corrected several typing errors.

 en-US/Working_with_Kernel_Modules.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/en-US/Working_with_Kernel_Modules.xml b/en-US/Working_with_Kernel_Modules.xml
index fed6742..473bdbe 100644
--- a/en-US/Working_with_Kernel_Modules.xml
+++ b/en-US/Working_with_Kernel_Modules.xml
@@ -112,7 +112,7 @@ virtio_ring             6026  1 virtio_pci
 virtio                  4864  4 virtio_net,virtio_balloon,virtio_blk,virtio_pci
 ata_piix               22532  0
 dm_mod                 73839  8 dm_mirror,dm_log</screen>
-      <para>The command output is divided into three columns: the module name, the amount of memory it uses, and its use count followed by a list of reffering modules. Note that the output is less verbose and easier to read than the content of the <filename>/proc/modules</filename> file.</para>
+      <para>The command output is divided into three columns: the module name, the amount of memory it uses, and its use count followed by a list of referring modules. Note that the output is less verbose and easier to read than the content of the <filename>/proc/modules</filename> file.</para>
     </section>
     <section
       id="s2-kernel-module-utils-modprobe">
@@ -583,7 +583,7 @@ fi</programlisting>
         <primary>kernel module</primary>
         <secondary>NIC module</secondary>
       </indexterm>
-      <para>The prefered way to configure most modern Ethernet-based network interface cards (NICs) is to use <command>ethtool</command> or <command>mii-tool</command>. Only after these tools fail to work should module parameters be adjusted. Refer to manual pages for <command>ethtool</command> and <command>mii-tool</command> for more information on their usage.</para>
+      <para>The preferred way to configure most modern Ethernet-based network interface cards (NICs) is to use <command>ethtool</command> or <command>mii-tool</command>. Only after these tools fail to work should module parameters be adjusted. Refer to manual pages for <command>ethtool</command> and <command>mii-tool</command> for more information on their usage.</para>
       <table
         id="tb-modules-ethernet">
         <title>Ethernet Module Parameters</title>


More information about the docs-commits mailing list