Explorar el Código

doc/sources.list.5.xml: fixed grammar and typo.

Eugene V. Lyubimkin hace 17 años
padre
commit
5af4276c8e
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 3 0
      debian/changelog
  2. 1 1
      doc/sources.list.5.xml

+ 3 - 0
debian/changelog

@@ -3,6 +3,9 @@ apt (0.7.18) unstable; urgency=low
   * doc/examples/configure-index:
     - Removed obsoleted header line. (Closes: #417638)
     - Changed 'linux-kernel' to 'linux-image'.
+  * doc/sources.list.5.xml:
+    - Fixed typo and grammar in 'sources.list.d' section. Thanks to
+      Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098)
 
  -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Thu, 06 Nov 2008 22:18:15 +0200
 

+ 1 - 1
doc/sources.list.5.xml

@@ -48,7 +48,7 @@
  
  <refsect1><title>sources.list.d</title>
    <para>The <filename>/etc/apt/sources.list.d</filename> directory provides
-   a way to add sources.list entries in seperate files that end with 
+   a way to add sources.list entries in separate files whose names end with 
    <literal>.list</literal>. The format is the same as for the regular
    <filename>sources.list</filename> file. </para>
  </refsect1>