From 09338ac6483245eed8f3f05db20fb4e91910e2c8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:37:00 -0400 Subject: [PATCH] spelling: occurrence Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- BUILDING-PACKAGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING-PACKAGES.md b/BUILDING-PACKAGES.md index ca21587bc3..9ca9c69171 100644 --- a/BUILDING-PACKAGES.md +++ b/BUILDING-PACKAGES.md @@ -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: ``` -- 2.47.2