[Fai-commit] r5222 - in trunk: bin debian doc examples/simple/files/etc/fai/apt/sources.list man utils

lange at alioth.debian.org lange at alioth.debian.org
Tue Dec 9 12:15:53 UTC 2008


Author: lange
Date: 2008-12-09 12:15:53 +0000 (Tue, 09 Dec 2008)
New Revision: 5222

Modified:
   trunk/bin/fai-mirror
   trunk/debian/NEWS
   trunk/debian/changelog
   trunk/doc/classes_description.txt
   trunk/examples/simple/files/etc/fai/apt/sources.list/FAISERVER
   trunk/man/fai-cd.8
   trunk/utils/mkdebmirror
Log:
fix typos in mkdebmirror, NEWS, classes_description.txt, fai-mirror,
fai-cd.8

Modified: trunk/bin/fai-mirror
===================================================================
--- trunk/bin/fai-mirror	2008-12-09 12:11:19 UTC (rev 5221)
+++ trunk/bin/fai-mirror	2008-12-09 12:15:53 UTC (rev 5222)
@@ -3,7 +3,7 @@
 # $Id$
 #*********************************************************************
 #
-# fai-mirror -- create and manage a partitial mirror for FAI
+# fai-mirror -- create and manage a partial mirror for FAI
 #
 # This script is part of FAI (Fully Automatic Installation)
 # (c) 2004-2007, Thomas Lange, lange at informatik.uni-koeln.de
@@ -36,7 +36,7 @@
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 usage() {
 
-    echo "fai-mirror -- create and manage a partitial mirror for FAI."
+    echo "fai-mirror -- create and manage a partial mirror for FAI."
     echo "$version"
     echo "Please read the manual page fai-mirror(1)."
     exit
@@ -86,7 +86,7 @@
 
     echo -n "Adding packages from variable \$addpackages:"
     # loop over the list, because maybe some packages doesn't exist in the
-    # partitial mirror, but only in the local repository. These can't be
+    # partial mirror, but only in the local repository. These can't be
     # downloaded via the normal method
     for p in $pkglist; do
 	echo -n " $p"

Modified: trunk/debian/NEWS
===================================================================
--- trunk/debian/NEWS	2008-12-09 12:11:19 UTC (rev 5221)
+++ trunk/debian/NEWS	2008-12-09 12:15:53 UTC (rev 5222)
@@ -213,7 +213,7 @@
 
 fai (2.6.6) unstable; urgency=medium
 
-  - new command fai-mirror(1) to create a partitial Debian mirror
+  - new command fai-mirror(1) to create a partial Debian mirror
   - setup_harddisks: bug fix: error redefined mountpoint is wrongly
     reported, allow space before keywords primary and logical
   - install_packages: add option -f

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-12-09 12:11:19 UTC (rev 5221)
+++ trunk/debian/changelog	2008-12-09 12:15:53 UTC (rev 5222)
@@ -2,11 +2,13 @@
 
   [ Thomas Lange ]
   * fai-server.manpages: faimond-gui.1 was not included into the package
+  * fix typos in mkdebmirror, NEWS, classes_description.txt, fai-mirror,
+    fai-cd.8
   
   [ Colin Tuckley ]
   * fixed spelling mistakes in fai-do-scripts.1, fai-mirror.1
   
- -- Thomas Lange <lange at debian.org>  Tue, 09 Dec 2008 13:10:30 +0100
+ -- Thomas Lange <lange at debian.org>  Tue, 09 Dec 2008 13:15:37 +0100
 
 fai (3.2.14) unstable; urgency=low
 

Modified: trunk/doc/classes_description.txt
===================================================================
--- trunk/doc/classes_description.txt	2008-12-09 12:11:19 UTC (rev 5221)
+++ trunk/doc/classes_description.txt	2008-12-09 12:15:53 UTC (rev 5222)
@@ -35,7 +35,7 @@
 			  (TODO: describe in more detail)
 
 FAISERVER      DESFP	  setup install server with DHCP, TFTP,
-			  partitial mirror, call fai-setup during
+			  partial mirror, call fai-setup during
 			  first boot
 
 DEMO               PS	  more demo packages, add account demo (pw: fai)

Modified: trunk/examples/simple/files/etc/fai/apt/sources.list/FAISERVER
===================================================================
--- trunk/examples/simple/files/etc/fai/apt/sources.list/FAISERVER	2008-12-09 12:11:19 UTC (rev 5221)
+++ trunk/examples/simple/files/etc/fai/apt/sources.list/FAISERVER	2008-12-09 12:15:53 UTC (rev 5222)
@@ -1,4 +1,4 @@
-# via local partitial mirror (was mirror on fai-cd)
+# via local partial mirror (was mirror on fai-cd)
 deb http://faiserver/debian lenny main 
 #deb http://faiserver/debian lenny/updates main
 #deb http://faiserver/debian-security lenny/updates main contrib non-free

Modified: trunk/man/fai-cd.8
===================================================================
--- trunk/man/fai-cd.8	2008-12-09 12:11:19 UTC (rev 5221)
+++ trunk/man/fai-cd.8	2008-12-09 12:15:53 UTC (rev 5222)
@@ -77,7 +77,7 @@
 of mounts will remain. This is for debugging only!
 .TP
 .BI "\-m " DIRECTORY
-Use DIRECTORY as partitial FAI mirror. This option is mandatory.
+Use DIRECTORY as partial FAI mirror. This option is mandatory.
 .TP
 .BI \-n
 No ISO image. Do not call mkisofs to create the ISO image. This is for

Modified: trunk/utils/mkdebmirror
===================================================================
--- trunk/utils/mkdebmirror	2008-12-09 12:11:19 UTC (rev 5221)
+++ trunk/utils/mkdebmirror	2008-12-09 12:15:53 UTC (rev 5222)
@@ -3,7 +3,7 @@
 # $Id$
 # Thomas Lange, lange at informatik.uni-koeln.de, (c) 2001-2008
 
-# create partitial debian mirror using command debmirror(1)
+# create partial debian mirror using command debmirror(1)
 
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 update_from() {




More information about the Fai-commit mailing list