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)

View File

@ -34,7 +34,7 @@ CONFIGURE_ARGS += \
define Package/cmdpad/description
cmdpad - execute commands when a key is pressed, released or hold down.
Should be started from /etc/rc or /etc/rc.local. To run it as deamon you
Should be started from /etc/rc or /etc/rc.local. To run it as daemon you
need to start it with '&'. All logs are printed to standard out and standard
error (to write the log to disk use cmdpad > /var/log/cmdpad). Cmdpad
searches for /etc/cmdpad.conf and load the key bindings. Then wait for

View File

@ -36,7 +36,7 @@ define Package/crelay/description
crelay is used to control different relay cards in a unified manner. It provides
several interfaces for controlling the relays locally or remotely by a web browser
or a smartphone. The card which is detected first will be used. A WebUI control is
availble on port 8000 (default)
available on port 8000 (default)
.
Currently supported relay cards:
- Conrad USB 4-channel relay card

View File

@ -15,7 +15,7 @@ start_instance() {
config_get_bool item "$conf" enabled 0
[ $item = 0 ] && return
echo -e "; dont edit. instead look into /etc/config/gammu\n[gammu]\n" > $conffile
echo -e "; don't edit. instead look into /etc/config/gammu\n[gammu]\n" > $conffile
config_get item "$conf" device
[ -z "$item" ] && return

View File

@ -40,7 +40,7 @@ define Package/openocd/description
OpenOCD provides on-chip programming and debugging support with a
layered architecture of JTAG interface and TAP support including:
- (X)SVF playback to faciliate automated boundary scan and FPGA/CPLD
- (X)SVF playback to facilitate automated boundary scan and FPGA/CPLD
programming;
- debug target support (e.g. ARM, MIPS): single-stepping,
breakpoints/watchpoints, gprof profiling, etc;

View File

@ -21,7 +21,7 @@ Index: opensc-20150513/src/libopensc/card-openpgp.c
}
@@ -998,7 +997,6 @@ pgp_select_file(sc_card_t *card, const s
/* This file ID is refered when importing key&certificate via pkcs15init, like above.
/* This file ID is referred when importing key&certificate via pkcs15init, like above.
* We pretend to successfully find this inexistent file. */
if (id == 0x4402 || id == 0x5f48) {
- priv->current = NULL;

View File

@ -29,7 +29,7 @@ define Package/pps-tools
endef
define Package/pps-tools/description
Userland tools for GPS and DCF-77 Clock syncronization. PPS support in Kernel must be enabled.
Userland tools for GPS and DCF-77 Clock synchronization. PPS support in Kernel must be enabled.
endef
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include

View File

@ -113,7 +113,7 @@ stop() {
echo ""
dots=0
fi
echo "Timeout occured, killing $NAME hardly."
echo "Timeout occurred, killing $NAME hardly."
kill -9 `ps $PSOPT | grep $NAME | grep -v grep | awk '{print $1}'` >/dev/null 2>&1
[ -f $PIDFILE ] && rm $PIDFILE
seconds=0

View File

@ -23,7 +23,7 @@ define Package/watchcat
endef
define Package/watchcat/description
Allows to configure a periodically reboot, or after loosing internet connectivity. Configured trough UCI /etc/config/system.
Allows to configure a periodically reboot, or after losing internet connectivity. Configured trough UCI /etc/config/system.
endef
define Package/watchcat/conffiles