From 49f1f30eed43d2fe8572b4ac3373677253861263 Mon Sep 17 00:00:00 2001 From: Michail Resvanis Date: Thu, 4 Jul 2024 14:46:42 +0200 Subject: [PATCH] Fix minor typos Signed-off-by: Michail Resvanis --- CONTRIBUTING.md | 2 +- projects.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 52f9718..22d31fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Developer Certificate of Origin Add a ```Signed-off-by``` line to commit messages to indicate that you -certify that you wrote or otherwise hav ethe right to submit the code that +certify that you wrote or otherwise have the right to submit the code that you are contributing to the project. Here is the [full text of the DCO](https://developercertificate.org/) diff --git a/projects.md b/projects.md index 4ab94b2..be22a9d 100644 --- a/projects.md +++ b/projects.md @@ -15,7 +15,7 @@ The Image Builder project can be used to convert bootable container images to di * [bootc-image-builder on Github](https://github.com/osbuild/bootc-image-builder) -Packages and software should use the various standards that together work toward making an immutable and hermetic. Each of these work toward the same principles that make software behave better bootable contianers and containers in general. +Packages and software should use the various standards that together work toward making an immutable and hermetic. Each of these work toward the same principles that make software behave better bootable containers and containers in general. * [UAPI: Linux Userspace API Group](https://uapi-group.org/) * [Config file specification](https://uapi-group.org/specifications/specs/configuration_files_specification/), contribute to [Particle OS](https://0pointer.net/blog/fitting-everything-together.html)