File 3092-gh-Fix-typo-in-DEVELOPMENT-guide.patch of Package erlang
From 160243cb5801694d7ca252fcd6440954ab69b43d Mon Sep 17 00:00:00 2001 From: Lukas Larsson <lukas@erlang.org> Date: Mon, 27 Jun 2022 09:54:59 +0200 Subject: [PATCH 2/2] gh: Fix typo in DEVELOPMENT guide --- HOWTO/DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOWTO/DEVELOPMENT.md b/HOWTO/DEVELOPMENT.md index fd576ff7e8..399ce9fa0d 100644 --- a/HOWTO/DEVELOPMENT.md +++ b/HOWTO/DEVELOPMENT.md @@ -1,7 +1,7 @@ # Developing Erlang/OTP The Erlang/OTP development repository is quite large and the make system -contains a lot of functionality to help when a developing. This howto +contains a lot of functionality to help when developing. This howto will try to showcase the most important features of the make system. The guide is mostly aimed towards development on a Unix platform, but -- 2.35.3