Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
naglis authored and apyrgio committed Mar 28, 2024
1 parent 29d6854 commit b284a55
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`:
Expand Down Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dev_scripts/qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
_(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
Expand Down

0 comments on commit b284a55

Please sign in to comment.