diff --git a/NEWS.markdown b/NEWS.markdown index 5d1385e..99412f1 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -95,7 +95,7 @@ Distribution Releases Changes ----------------------------- * Debian 9 Stretch (preliminary support) -* Ubuntu 15.10 Wily Werewolf (preliminary support; not yet suported by +* Ubuntu 15.10 Wily Werewolf (preliminary support; not yet supported by debootstrap, see Debian bug report #787117) * Ubuntu 10.04 Lucid Lynx is now EoL. * Ubuntu 14.10 Utopic Unicorn is now EoL. diff --git a/bin/xen-create-image b/bin/xen-create-image index 39fc250..0305e61 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -1159,7 +1159,7 @@ exit 0; Test that this system is fully setup for the new xen-create-image script. - This means that the the companion scripts xt-* are present on the + This means that the companion scripts xt-* are present on the host and executable. =end doc diff --git a/bin/xen-list-images b/bin/xen-list-images index baf0365..8586ba5 100755 --- a/bin/xen-list-images +++ b/bin/xen-list-images @@ -212,7 +212,7 @@ sub findXenInstances =begin doc - Show details about the the Xen instance contained in the given + Show details about the Xen instance contained in the given configuration file. =end doc diff --git a/bin/xen-resize-guest b/bin/xen-resize-guest index 05ef4ab..d842b7d 100755 --- a/bin/xen-resize-guest +++ b/bin/xen-resize-guest @@ -340,7 +340,7 @@ sub parseCommandLineArguments # # Setup mutually exclusive options in such a way that - # they will allow the configuration values to be overriden by + # they will allow the configuration values to be overridden by # the command line. # if ( $install{ 'lvm' } ) diff --git a/debian/changelog b/debian/changelog index b06d2a1..86ce9de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -281,7 +281,7 @@ xen-tools (4.4~beta1-1) unstable; urgency=low libdata-validate-{domain,ip}-perl. - Fixes broken quoting in list of required binaries - Declares POD encoding. Fixes FTBFS with Perl 5.18. (Closes: #720519) - * Add debian/gbp.conf to be able to to build xen-tools with + * Add debian/gbp.conf to be able to build xen-tools with git-buildpackage. * Clean up debian/rules: - Don't mention (generated) upstream changelog explicitly, diff --git a/etc/distributions.conf b/etc/distributions.conf index d5ca4e7..a496a32 100644 --- a/etc/distributions.conf +++ b/etc/distributions.conf @@ -1,4 +1,4 @@ -# xen-tools configuration file for distibution meta data +# xen-tools configuration file for distribution meta data # # Syntax: # diff --git a/hooks/centos-5/25-setup-kernel b/hooks/centos-5/25-setup-kernel index 268ef9f..25cd1ed 100755 --- a/hooks/centos-5/25-setup-kernel +++ b/hooks/centos-5/25-setup-kernel @@ -59,9 +59,9 @@ logMessage "Kernel $KERNELVERSION found" logMessage "Creating /boot/grub/menu.lst" mkdir -p ${prefix}/boot/grub cat > ${prefix}/boot/grub/menu.lst << EOF -# WARNING : Don't forget to update this when you upgrade kernel ! +# WARNING : Don't forget to update this when you upgrade kernel! # You can also exclude kernel-xen from updates by putting -# exclude=kernel-xen in in [main] in yum.conf +# exclude=kernel-xen in [main] in yum.conf default=0 timeout=5 diff --git a/hooks/centos-6/25-setup-kernel b/hooks/centos-6/25-setup-kernel index 972ae21..fcf0e8b 100755 --- a/hooks/centos-6/25-setup-kernel +++ b/hooks/centos-6/25-setup-kernel @@ -59,9 +59,9 @@ logMessage "Kernel $KERNELVERSION found" logMessage "Creating /boot/grub/menu.lst" mkdir -p ${prefix}/boot/grub cat > ${prefix}/boot/grub/menu.lst << EOF -# WARNING : Don't forget to update this when you upgrade kernel ! +# WARNING : Don't forget to update this when you upgrade kernel! # You can also exclude kernel-xen from updates by putting -# exclude=kernel-xen in in [main] in yum.conf +# exclude=kernel-xen in [main] in yum.conf default=0 timeout=5 diff --git a/hooks/common/50-setup-hostname-deb b/hooks/common/50-setup-hostname-deb index d8845fc..28d3fff 100755 --- a/hooks/common/50-setup-hostname-deb +++ b/hooks/common/50-setup-hostname-deb @@ -63,7 +63,7 @@ EOF # if [ -z "${dhcp}" ]; then # - # If dhcp is diabled, FQDN should resolve to our IP + # If DHCP is disabled, FQDN should resolve to our IP # cat >> ${prefix}/etc/hosts <