CONTRIBUTING.md: fix typos
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
parent
13553e6641
commit
074a8ab220
1 changed files with 2 additions and 2 deletions
|
@ -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
|
OpenWrt version and therefore includes the `PKG_RELEASE`, which isn't usually
|
||||||
part of the running programs version.
|
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
|
what IPK package was installed. The `gpsd` Makefile produces both a `gpsd` and
|
||||||
a `gpsd-clients` IPK package.
|
a `gpsd-clients` IPK packages.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
Loading…
Reference in a new issue