chiark / gitweb /
spelling fixes
authoraba <aba@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Mon, 27 Sep 2004 08:31:23 +0000 (08:31 +0000)
committeraba <aba@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Mon, 27 Sep 2004 08:31:23 +0000 (08:31 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@2600 313b444b-1b9f-4f58-a734-7bb04f332e8d

developers-reference.sgml

index 5351168ce3a010a76a7ae8d98b4de207276b9384..5f55eacaa86f95efea21b3004b66d0a3a71dc99d 100644 (file)
@@ -6,7 +6,7 @@
   <!ENTITY % commondata  SYSTEM "common.ent" > %commondata;
 
   <!-- CVS revision of this document -->
-  <!ENTITY cvs-rev "$Revision: 1.235 $">
+  <!ENTITY cvs-rev "$Revision: 1.236 $">
 
   <!-- if you are translating this document, please notate the CVS
        revision of the original developer's reference in cvs-en-rev -->
@@ -4106,17 +4106,17 @@ LOCPATH=$LOCALE_PATH LC_ALL=$LOCALE_NAME.$LOCALE_CHARSET date
           <heading>Make transition packages deborphan compliant</heading>
           <p>
 Deborphan is a program helping users to detect which packages can be safely
-removed from the system, ie the ones that have no packages depending on
+removed from the system, i.e. the ones that have no packages depending on
 them. The default operation is to search only within the libs and oldlibs
 sections, to hunt down unused libraries. But when passed the right argument,
 it tries to catch other useless packages. 
           <p>
-For example, with --guess-dummy, tries to search all transitionnal packages
+For example, with --guess-dummy, tries to search all transitional packages
 which were needed for upgrade but which can now safely be removed. For that,
 it looks for the string "dummy" or "transitional" in their short
 description.
           <p>
-So, when you are creating ssuch a package, please make sure to add this text
+So, when you are creating such a package, please make sure to add this text
 to your short description. If you are looking for example, just run: 
   <example>apt-cache search .|grep dummy</example> or
   <example>apt-cache search .|grep transitional</example>.