From 18b76606d2a2f5aac4487de461cc50d242cae6e3 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 11 Aug 2016 21:35:41 +0200 Subject: [PATCH] Fix typos found by check-all-the-things/codespell --- AUTHORS | 2 +- README.markdown | 2 +- bin/xen-create-image | 6 +++--- bin/xt-create-xen-config | 2 +- bin/xt-install-image | 14 +++++++------- debian/NEWS | 3 +-- debian/changelog | 5 +++-- etc/xen-tools.conf | 2 +- hooks/common.sh | 2 +- t/modules.sh | 2 +- t/xen-delete-image.t | 2 +- t/xen-lists-images.t | 2 +- 12 files changed, 22 insertions(+), 22 deletions(-) diff --git a/AUTHORS b/AUTHORS index cb24f30..dd8c3a0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -65,7 +65,7 @@ Contributions - Added hook for automatic CFEngine installation. Sascha Kettler - - Implemented support for arbitary partitioning schemes. + - Implemented support for arbitrary partitioning schemes. Eric Lemoine - Improved binary detection and good suggestions. diff --git a/README.markdown b/README.markdown index 5d3a65f..a2208e5 100644 --- a/README.markdown +++ b/README.markdown @@ -4,7 +4,7 @@ xen-tools [![Travis CI Build Status](https://api.travis-ci.org/xen-tools/xen-tools.svg)](https://travis-ci.org/xen-tools/xen-tools) * [Homepage](https://www.xen-tools.org/software/xen-tools) -* Offical Git Repositories: +* Official Git Repositories: * [at GitHub](https://github.com/xen-tools/xen-tools) (primary, includes [Issue Tracker](https://github.com/xen-tools/xen-tools/issues)) * [at GitLab](https://gitlab.com/xen-tools/xen-tools) (secondary, doesn't support the `git://` protocol.) * Historical Git Repository: [at Gitorious](https://gitorious.org/xen-tools) (_outdated_, no more updated, for historical reference only) diff --git a/bin/xen-create-image b/bin/xen-create-image index dcfd198..39fc250 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -1341,7 +1341,7 @@ sub setupDefaultOptions # # NOTE 2: Each of these scripts will "force" the creation of a new # filesystem, even if it exists. This script must detect - # prior existance itself. + # prior existence itself. # $CONFIG{ 'make_fs_ext2' } = 'mkfs.ext2 -F'; $CONFIG{ 'make_fs_ext3' } = 'mkfs.ext3 -F'; @@ -3161,7 +3161,7 @@ sub createLVMBits This function is responsible for creating two new logical volumes within a given EVMS container group (which at the moment is either LVM or LVM2), but - should be compatible with any further extentions of evms. + should be compatible with any further extensions of evms. =end doc @@ -3618,7 +3618,7 @@ sub runCustomisationHooks delete $ENV{ 'ip' }; # - # Setup a seperate ip$count value for each IP address. + # Setup a separate ip$count value for each IP address. # my $ips = $CONFIG{ 'ip' }; my $count = 1; diff --git a/bin/xt-create-xen-config b/bin/xt-create-xen-config index 59ed50e..d682e88 100755 --- a/bin/xt-create-xen-config +++ b/bin/xt-create-xen-config @@ -254,7 +254,7 @@ sub checkArguments if ( !-d $CONFIG{ 'output' } ) { print - "The output directory we've been given, $CONFIG{'output'}, doesnt exist\n"; + "The output directory we've been given, $CONFIG{'output'}, doesn't exist\n"; print "Aborting\n"; exit 1; } diff --git a/bin/xt-install-image b/bin/xt-install-image index 1fa338d..a0fd440 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -621,7 +621,7 @@ sub do_debootstrap } # - # Propogate --verbose appropriately. + # Propagate --verbose appropriately. # my $EXTRA = ''; if ( $CONFIG{ 'verbose' } ) @@ -630,7 +630,7 @@ sub do_debootstrap } # - # Propogate the --arch argument + # Propagate the --arch argument # if ( $CONFIG{ 'arch' } ) { @@ -638,7 +638,7 @@ sub do_debootstrap } # - # Propogate the --keyring argument + # Propagate the --keyring argument # if ( $CONFIG{ 'keyring' } ) { @@ -701,7 +701,7 @@ sub do_rinse "rinse --distribution=$CONFIG{'dist'} --directory=$CONFIG{'location'}"; # - # Propogate the --arch argument + # Propagate the --arch argument # if ( $CONFIG{ 'arch' } ) { @@ -727,7 +727,7 @@ sub do_rinse } # - # Propogate the verbosity setting. + # Propagate the verbosity setting. # if ( $CONFIG{ 'verbose' } ) { @@ -751,7 +751,7 @@ sub do_rpmstrap { # - # Propogate the verbosity setting. + # Propagate the verbosity setting. # my $EXTRA = ''; if ( $CONFIG{ 'verbose' } ) @@ -760,7 +760,7 @@ sub do_rpmstrap } # - # Propogate any arch setting we might have. + # Propagate any arch setting we might have. # if ( $CONFIG{ 'arch' } ) { diff --git a/debian/NEWS b/debian/NEWS index 92631a8..6d68b11 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -26,7 +26,7 @@ xen-tools (4.2~beta1-1) unstable; urgency=low If the DomU hangs with "Waiting for root file system" despite /dev/xvd* is used as disk device, adding "xen-blkfront" to - /etc/initramfs-tools/modules and runing "update-initramfs -u" + /etc/initramfs-tools/modules and running "update-initramfs -u" afterwards may help. If the Dom0 is a Debian or Ubuntu, the distribution and suite for @@ -39,4 +39,3 @@ xen-tools (4.2~beta1-1) unstable; urgency=low path ending in /debian/ there. -- Axel Beckert Sun, 30 May 2010 22:36:16 +0200 - diff --git a/debian/changelog b/debian/changelog index c220a7b..b06d2a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ xen-tools (4.6.3~dev-1) UNRELEASED; urgency=medium * Use NEWS.markdown as upstream changelog, don't install it as docs. * Switch many URLs (upstream and in packaging) to https:// and update URLs where they were broken or redirect somewhere else now. + * Fix some typos in older debian/changelog and debian/NEWS items. -- Axel Beckert Thu, 24 Dec 2015 11:54:24 +0100 @@ -568,7 +569,7 @@ xen-tools (3.9-3) unstable; urgency=medium xen-tools (3.9-2) unstable; urgency=high - Ensure that the hook scripts which setup networking details for - Debian & Ubuntu guests will correctly setup teh broadcast address. + Debian & Ubuntu guests will correctly setup the broadcast address. -- Steve Kemp Wed, 20 Feb 2007 21:22:23 +0000 @@ -702,7 +703,7 @@ xen-tools (3.1-1) unstable; urgency=low [ Steve Kemp ] * New upstream release v3.1. - Installation of packages in hooks works. (Closes: #402889, #404518) - - Xen configuration files are not accidently trashed. (Closes: #404443) + - Xen configuration files are not accidentally trashed. (Closes: #404443) - Hooks are now optional. (Closes: #404444) - Better error handling of image creation. (Closes: #404455, #404516) - Avoid copying needless kernel modules to guests. (Closes: #404508) diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index 67b4978..6aac429 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -170,7 +170,7 @@ image = sparse # Specify sparse vs. full disk images (file based images only) # # -# Setup bridge name for host vif. Usefull if you use bridged networking +# Setup bridge name for host vif. Useful if you use bridged networking # for guests. # # bridge = xendmz diff --git a/hooks/common.sh b/hooks/common.sh index b83094e..baea1ba 100755 --- a/hooks/common.sh +++ b/hooks/common.sh @@ -210,7 +210,7 @@ timeout 2 # altoptions=(single-user mode) single ## controls how many kernels should be put into the menu.lst -## only counts the first occurence of a kernel, not the +## only counts the first occurrence of a kernel, not the ## alternative kernel options ## e.g. howmany=all ## howmany=7 diff --git a/t/modules.sh b/t/modules.sh index 5710e82..3f0a7cf 100755 --- a/t/modules.sh +++ b/t/modules.sh @@ -1,7 +1,7 @@ #!/bin/sh # # Automatically attempt to create a test which ensures all the modules -# used in the code are availabe. +# used in the code are available. # # Steve # -- diff --git a/t/xen-delete-image.t b/t/xen-delete-image.t index 25447ed..dcc3e1d 100755 --- a/t/xen-delete-image.t +++ b/t/xen-delete-image.t @@ -36,7 +36,7 @@ ok ( -d $domains, "The temp directory now has a domains directory." ); # Generate a random hostname. # my $hostname = join ( '', map {('a'..'z')[rand 26]} 0..17 ); -ok( ! -d $domains . "/" . $hostname, "The virtual hostname doesnt exist." ); +ok( ! -d $domains . "/" . $hostname, "The virtual hostname doesn't exist." ); # # Make the hostname directory diff --git a/t/xen-lists-images.t b/t/xen-lists-images.t index 6eec1b2..6c570b0 100755 --- a/t/xen-lists-images.t +++ b/t/xen-lists-images.t @@ -102,7 +102,7 @@ EOS my $cmd = "${prefix}bin/xen-list-images --test=$dir"; my $output = `$cmd`; - ok( defined( $output ) && length( $output ), "Runing the list command produced some output" ); + ok( defined( $output ) && length( $output ), "Running the list command produced some output" ); # # Process the output of the command, and make sure it was correct.