fixed some typos
authorRalf Treinen <treinen@debian.org>
Sun, 2 Jul 2006 21:23:06 +0000 (21:23 +0000)
committerRalf Treinen <treinen@debian.org>
Sun, 2 Jul 2006 21:23:06 +0000 (21:23 +0000)
debian/policy/chapter-progpack.xml

index 353bbe30998bd07006a3db3f5bac1a20d7fd5592..3adeeededfe5184faa73c4948010f72bf2bba3c2 100644 (file)
@@ -10,7 +10,7 @@
     </para>
 
     <para>
-      Programs which are not particularly CPU angry should be compiled in
+      Programs which are not particularly CPU hungry should be compiled in
       bytecode form and the corresponding binary packages should be
       <code>Architecture: all</code> in order to minimize archive usage and
       avoid the need of rebuilding them on all architectures.  Other programs
@@ -49,7 +49,7 @@
 
                if [ -x /usr/bin/ocamlopt ]; then \
                        $(MAKE) opt; \
-               else; \
+               else \
                        $(MAKE) all; \
                fi
       </programlisting>