diff --git a/BUILD.md b/BUILD.md index fe44e69..84ec47e 100644 --- a/BUILD.md +++ b/BUILD.md @@ -150,7 +150,7 @@ Create a .rpm: > require switching between qubes, and are subject to change. > > If you want to build Dangerzone on Qubes and use containers instead of disposable -> qubes, please follow the intructions of Fedora / Debian instead. +> qubes, please follow the instructions of Fedora / Debian instead. ### Initial Setup @@ -163,7 +163,7 @@ Overview of the qubes you'll create: | qube | type | purpose | |--------------|----------|---------| | dz | app qube | Dangerzone development | -| dz-dvm | app qube | offline diposable template for performing conversions | +| dz-dvm | app qube | offline disposable template for performing conversions | | fedora-38-dz | template | template for the other two qubes | #### In `dom0`: @@ -224,7 +224,7 @@ test it. cd dangerzone ``` -2. Follow the Fedora instructions for setting up the development environment with the particularlity of running the following instead of `poetry install`: +2. Follow the Fedora instructions for setting up the development environment with the particularity of running the following instead of `poetry install`: ``` poetry install --with qubes ``` diff --git a/INSTALL.md b/INSTALL.md index 0b31ccd..a32112c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -155,7 +155,7 @@ Overview of the qubes you'll create: | qube | type | purpose | |--------------|----------|---------| -| dz-dvm | app qube | offline diposable template for performing conversions | +| dz-dvm | app qube | offline disposable template for performing conversions | #### In `dom0`: diff --git a/README.md b/README.md index 18a7a7c..32b5b19 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ _Read more about Dangerzone in the [official site](https://dangerzone.rocks/abou You can also install Dangerzone for Mac using [Homebrew](https://brew.sh/): `brew install --cask dangerzone` -> **Note**: you willl also need to install [Docker Desktop](https://www.docker.com/products/docker-desktop/). +> **Note**: you will also need to install [Docker Desktop](https://www.docker.com/products/docker-desktop/). > This program needs to run alongside Dangerzone at all times, since it is what allows Dangerzone to > create the secure environment. diff --git a/RELEASE.md b/RELEASE.md index e66dc7a..91bee32 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -35,13 +35,13 @@ In case of a new version: 1. Add it in our CI workflows, to test if that version works. * See `.circleci/config.yml` and `.github/workflows/ci.yml`, as well as `dev_scripts/env.py` and `dev_scripts/qa.py`. -2. Do a test of this version locally with `dev_scripta/qa.py`. Focus on the +2. Do a test of this version locally with `dev_scripts/qa.py`. Focus on the GUI part, since the basic functionality is already tested by our CI workflows. 3. Add the new version in our `INSTALL.md` document, and drop a line in our `CHANGELOG.md`. 4. If that version is a new stable release, update the `RELEASE.md` and - `BUILD.md` files where necesary. + `BUILD.md` files where necessary. 4. Send a PR with the above changes. In case of an EOL version: @@ -163,7 +163,7 @@ prompt the user to start Docker Desktop. _(Not for Qubes)_ Remove the Dangerzone container image from Docker/Podman. Then run Dangerzone. -Danerzone should install the container image successfully. +Dangerzone should install the container image successfully. #### 4. Dangerzone retains the settings of previous runs diff --git a/dev_scripts/qa.py b/dev_scripts/qa.py index 091c452..952fe86 100755 --- a/dev_scripts/qa.py +++ b/dev_scripts/qa.py @@ -93,7 +93,7 @@ prompt the user to start Docker Desktop. _(Not for Qubes)_ Remove the Dangerzone container image from Docker/Podman. Then run Dangerzone. -Danerzone should install the container image successfully. +Dangerzone should install the container image successfully. #### 4. Dangerzone retains the settings of previous runs