Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Commit

Permalink
Fix a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
myhro committed Apr 13, 2016
1 parent 83b7839 commit c6226f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ generates images for the following virtualization platforms:
(`used for official Debian images <https://wiki.debian.org/Cloud/OracleComputeImage>`__)
- `Oracle VirtualBox <bootstrapvz/providers/virtualbox>`__ (`with Vagrant support <#virtualbox-vagrant>`__)

Its aim is to provide a reproducable bootstrapping process using
Its aim is to provide a reproducible bootstrapping process using
`manifests <manifests>`__
as well as supporting a high degree of customizability through plugins.

Expand Down
2 changes: 1 addition & 1 deletion bootstrapvz/plugins/minimize_size/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The minimize size plugin employs various strategies to keep a low volume
footprint:

- Mount folders from the host into key locations of the image volume to
avoid any unneccesary disk writes.
avoid any unnecessary disk writes.
- Use `zerofree <http://intgat.tigress.co.uk/rmy/uml/index.html>`__ to
deallocate unused sectors on the volume. On an unpartitioned volume
this will be done for the entire volume, while it will only happen on
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/switches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ make your life a lot easier.
from all commands that are invoked during bootstrapping.
+ ``--pause-on-error``: Pauses the execution when an exception occurs
before rolling back. This allows you to debug by inspecting the volume
at the time the error occured.
at the time the error occurred.
+ ``--dry-run``: Prevents the ``run()`` function from being called on all
tasks. This is useful if you want to see whether the task order is
correct.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def find_version(path):
It is is specifically targeted at bootstrapping systems for virtualized environments.
bootstrap-vz runs without any user intervention and generates ready-to-boot images for
a number of virtualization platforms.
Its aim is to provide a reproducable bootstrapping process using manifests
Its aim is to provide a reproducible bootstrapping process using manifests
as well as supporting a high degree of customizability through plugins.''',
author='Anders Ingemann',
author_email='[email protected]',
Expand Down

0 comments on commit c6226f8

Please sign in to comment.