utils: Fix typos (found by codespell)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil
2016-03-26 09:53:01 +01:00
parent 6003d2d3d5
commit b5738a3878
9 changed files with 10 additions and 10 deletions

View File

@@ -54,11 +54,11 @@ With the ability to store in a postgresql database.
endef
define Package/bandwidthd/daemon
This package contains bandwidthd a bandwith tracking utility.
This package contains bandwidthd a bandwidth tracking utility.
endef
define Package/bandwidthd-pgsql/daemon
This package contains bandwidthd a bandwith tracking utility.
This package contains bandwidthd a bandwidth tracking utility.
endef
ifeq ($(BUILD_VARIANT),no-pgsql)