Skip to content

Commit 007a06c

Browse files
committed
fix typos
1 parent a686970 commit 007a06c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
container_ids=`buildah ls --format "{{.ContainerID}}"`
44

5-
# default setttings for official curl images
5+
# default settings for official curl images
66
debian_base=docker.io/debian
77
fedora_base=docker.io/fedora
88
base=docker.io/alpine:3.22.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Master branch built regularly:
6464
* **curl-base-multi:master** - curl-base multiarch **master** branch
6565

6666
A set of special case images built regularly:
67-
* **curl-exp:master** - curl **master** branch built enabling expiremental features
67+
* **curl-exp:master** - curl **master** branch built enabling experimental features
6868

6969
Platform specific dev images built daily:
7070
* **curl-dev:master** - alpine based development environment

adrs/01-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ One other goal is to ensure this infrastructure is not overly dependent on any s
2424

2525
## Container Build Design
2626

27-
Using [buildah](https://buildah.io/), we can create reusable and parameterised set of scripts building a hiearchy of
27+
Using [buildah](https://buildah.io/), we can create reusable and parameterised set of scripts building a hierarchy of
2828
container images.
2929

3030
```commandline
@@ -58,7 +58,7 @@ Design and create container image build process using [buildah](https://buildah.
5858

5959
Add CHANGELOG.md and automated release process based on tag.
6060

61-
Use [sigstore](https://www.sigstore.dev/) for signing and verifying fo all images generated by this process
61+
Use [sigstore](https://www.sigstore.dev/) for signing and verifying of all images generated by this process
6262

6363
Ensure both podman and docker work equally well.
6464

0 commit comments

Comments
 (0)