]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: occurrence
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 26 Aug 2024 18:37:00 +0000 (14:37 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 27 Aug 2024 12:22:02 +0000 (08:22 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
BUILDING-PACKAGES.md

index ca21587bc37271d7309652a3014da0113c3f155d..9ca9c691712b4f41ef219fb64fbe7d95fe09e40e 100644 (file)
@@ -49,7 +49,7 @@ Copy the existing instructions for Debian Buster:
 cp builder-support/dockerfiles/Dockerfile.target.debian-buster builder-support/dockerfiles/Dockerfile.target.debian-bookworm
 ```
 
-In the new `builder-support/dockerfiles/Dockerfile.target.debian-bookworm` file, replace every occurence of `debian-buster` by `debian-bookworm`, and of `debian:buster` by `debian:bookworm`
+In the new `builder-support/dockerfiles/Dockerfile.target.debian-bookworm` file, replace every occurrence of `debian-buster` by `debian-bookworm`, and of `debian:buster` by `debian:bookworm`
 
 Then add the new target to the list of OSes in the `.github/workflows/builder-dispatch.yml` workflow file:
 ```