--- bglibs-2.04+dfsg.orig/cli-generate.1
+++ bglibs-2.04+dfsg/cli-generate.1
@@ -190,7 +190,7 @@ Mark up a two-column table, or "definiti
 Add an item to a table.  The 
 .I @item
 starts a paragraph that will be the actual list entry.  Any subsequent
-paragraphs will be typeset seperately.
+paragraphs will be typeset separately.
 .SH OPTIONS
 .TP
 .B \-c
--- bglibs-2.04+dfsg.orig/selftests.sh
+++ bglibs-2.04+dfsg/selftests.sh
@@ -50,6 +50,7 @@ if [ $# -gt 0 ]; then
 else
   for c in `fgrep -l '#ifdef SELFTEST_MAIN' */*.c`
   do
+    [ $(dirname "$c") != net ] || continue
     do_test $c || exitcode=false
   done
 fi
