From 074a8ab220fbe62393c9083d7ea3eb526ddfb9f0 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Fri, 24 Nov 2023 09:01:18 +0100 Subject: [PATCH] CONTRIBUTING.md: fix typos Signed-off-by: Yegor Yefremov --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 993915b93f..25c332146b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -200,9 +200,9 @@ checking if `foobar --version` prints the correct version. `PKG_VERSION` is the OpenWrt version and therefore includes the `PKG_RELEASE`, which isn't usually part of the running programs version. -The following snippet show a script that tests different binaries, depending +The following snippet shows a script that tests different binaries depending on what IPK package was installed. The `gpsd` Makefile produces both a `gpsd` and -a `gpsd-clients` IPK package. +a `gpsd-clients` IPK packages. ```shell #!/bin/sh -- 2.30.2