Fix a bunch of typos
authorMichael Prokop <mika@grml.org>
Sat, 23 Sep 2017 11:50:30 +0000 (13:50 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 23 Sep 2017 11:52:04 +0000 (13:52 +0200)
s/prefered/preferred/
s/Ressources/Resources/
s/retrive/retrieve/
s/intial/initial/
s/compability/compatibility/
s/ressources/resources/
s/Ressources/Resources/
s/been been/been/

doc/mbr.8.txt
grml2iso.8.txt
grml2usb
grml2usb.8.txt

index 4460b04..259a033 100644 (file)
@@ -93,7 +93,7 @@ Write new, clean MBR:
 USB modes
 ---------
 
-  * USB-HDD: usually the default and prefered booting mode.
+  * USB-HDD: usually the default and preferred booting mode.
   * USB-ZIP: ??? - can be set up via:
 
     # mkdiskimage -4    /dev/sdz 1  64 32 # device = 1GB
index 124b5af..14bbdd4 100644 (file)
@@ -97,8 +97,8 @@ Use /mnt/test/grml-tmp as working directory for creating the multiboot ISO
 Don't copy the addons from the specified ISO images
 
 
-Online Ressources
------------------
+Online Resources
+----------------
 
 Check out the link:http://grml.org/grml2usb/[grml2usb webpage] and the
 link:http://git.grml.org/?p=grml2usb.git[grml2usb git repository].
index 5108b9f..afb983c 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -245,7 +245,7 @@ def unregister_mountpoint(target):
 
 
 def get_function_name(obj):
-    """Helper function for use in execute() to retrive name of a function
+    """Helper function for use in execute() to retrieve name of a function
 
     @obj: the function object
     """
@@ -1158,7 +1158,7 @@ def copy_bootloader_files(iso_mount, target, grml_flavour):
     # copy all grub files from ISO
     glob_and_copy(iso_mount + '/boot/grub/*', grub_target)
 
-    # finally (after all GRUB files have been been installed) build static loopback.cfg
+    # finally (after all GRUB files have been installed) build static loopback.cfg
     build_loopbackcfg(target)
 
 
@@ -1307,7 +1307,7 @@ def handle_grub_config(grml_flavour, device, target):
 
 
 def initial_syslinux_config(target):
-    """Generates intial syslinux configuration
+    """Generates initial syslinux configuration
 
     @target path of syslinux's configuration files"""
 
@@ -1813,7 +1813,7 @@ def handle_bootloader(device):
 
 
 def check_options(opts):
-    """Check compability of provided user opts
+    """Check compatibility of provided user opts
 
     @opts option dict from OptionParser
     """
index bd13742..c908763 100644 (file)
@@ -631,9 +631,9 @@ Install specified ISOs on device /dev/sdx and add parameter persistent-path
 to every menu entry. %flavour_name will be expanded to the flavour of the specific
 iso, e.g. grml64 and grml.
 
-[[ressources]]
-Online Ressources
------------------
+[[resources]]
+Online Resources
+----------------
 
 Check out the link:http://grml.org/grml2usb/[grml2usb webpage] and the
 link:http://git.grml.org/?p=grml2usb.git[grml2usb git repository].