diff options
author | Daniel F. Dickinson <cshored@thecshore.com> | 2018-08-27 16:34:13 -0400 |
---|---|---|
committer | Daniel F. Dickinson <cshored@thecshore.com> | 2018-08-29 00:35:05 -0400 |
commit | df6beaa2ead5ebbefe75702866b6487ef156d03a (patch) | |
tree | 6e8f4712bd19b3338e89d1ea01fce705b032ed39 /net/nut | |
parent | 461393810d0498551b474d92ce8ad7eca572588d (diff) |
nut: Makefile: Fix typo in description
Cosmetic edit.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'net/nut')
-rw-r--r-- | net/nut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nut/Makefile b/net/nut/Makefile index 69b4f7426..44fe0e41c 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -203,7 +203,7 @@ define Package/nut-upsc/description $(call Package/nut/description/Default) upsc is provided as a quick way to poll the status of a UPS server. It can be used inside shell scripts and other programs that need UPS data -but don not want to include the full interface. +but do not want to include the full interface. endef define Package/nut-upsc/install |