Some small typo fixes
authorMichael Prokop <devnull@localhost>
Mon, 15 Oct 2007 22:36:36 +0000 (00:36 +0200)
committerMichael Prokop <devnull@localhost>
Mon, 15 Oct 2007 22:36:36 +0000 (00:36 +0200)
debian/changelog
sbin/grml-addtun

index d1472f8..9ad5e08 100644 (file)
@@ -1,9 +1,13 @@
 grml-network (0.1.13) unstable; urgency=low
 
+  [ Michael Gebetsroither ]
   * added grml-addtun for tun/tap device handling
   * added manpage for grml-addtun
 
- -- Michael Gebetsroither <gebi@grml.org>  Thu, 04 Oct 2007 13:32:27 +0200
+  [ Michael Prokop ]
+  * Some small typo fixes.
+
+ -- Michael Prokop <mika@grml.org>  Tue, 16 Oct 2007 00:36:19 +0200
 
 grml-network (0.1.12) unstable; urgency=low
 
index 765b53a..18be9a7 100755 (executable)
@@ -29,7 +29,7 @@ OPTIONS:
    -u <user>    this user should be able to use the tun device
    -g <group>   this group should be able to use the tun device
    -b <bridge>  if given, all tun/tap devices are added/removed from the bridge
-   -a           enable auto mode, eg. create the bridge if not allready existing and
+   -a           enable auto mode, eg. create the bridge if not already existing and
                     delete it when empty after removing given tun devices
    -h           this help
 EOT
@@ -110,4 +110,4 @@ else
     fi
 fi
 
-# vim: filetype=sh
+## END OF FILE #################################################################