CONTRIBUTING.md: fix typos

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
Yegor Yefremov 2023-11-24 09:01:18 +01:00 committed by Rosen Penev
parent 13553e6641
commit 074a8ab220
1 changed files with 2 additions and 2 deletions

View File

@ -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