utils: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
6003d2d3d5
commit
b5738a3878
9 changed files with 10 additions and 10 deletions
|
@ -54,11 +54,11 @@ With the ability to store in a postgresql database.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/bandwidthd/daemon
|
define Package/bandwidthd/daemon
|
||||||
This package contains bandwidthd a bandwith tracking utility.
|
This package contains bandwidthd a bandwidth tracking utility.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/bandwidthd-pgsql/daemon
|
define Package/bandwidthd-pgsql/daemon
|
||||||
This package contains bandwidthd a bandwith tracking utility.
|
This package contains bandwidthd a bandwidth tracking utility.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),no-pgsql)
|
ifeq ($(BUILD_VARIANT),no-pgsql)
|
||||||
|
|
|
@ -34,7 +34,7 @@ CONFIGURE_ARGS += \
|
||||||
|
|
||||||
define Package/cmdpad/description
|
define Package/cmdpad/description
|
||||||
cmdpad - execute commands when a key is pressed, released or hold down.
|
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
|
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
|
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
|
searches for /etc/cmdpad.conf and load the key bindings. Then wait for
|
||||||
|
|
|
@ -36,7 +36,7 @@ define Package/crelay/description
|
||||||
crelay is used to control different relay cards in a unified manner. It provides
|
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
|
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
|
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:
|
Currently supported relay cards:
|
||||||
- Conrad USB 4-channel relay card
|
- Conrad USB 4-channel relay card
|
||||||
|
|
|
@ -15,7 +15,7 @@ start_instance() {
|
||||||
config_get_bool item "$conf" enabled 0
|
config_get_bool item "$conf" enabled 0
|
||||||
[ $item = 0 ] && return
|
[ $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
|
config_get item "$conf" device
|
||||||
[ -z "$item" ] && return
|
[ -z "$item" ] && return
|
||||||
|
|
|
@ -40,7 +40,7 @@ define Package/openocd/description
|
||||||
OpenOCD provides on-chip programming and debugging support with a
|
OpenOCD provides on-chip programming and debugging support with a
|
||||||
layered architecture of JTAG interface and TAP support including:
|
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;
|
programming;
|
||||||
- debug target support (e.g. ARM, MIPS): single-stepping,
|
- debug target support (e.g. ARM, MIPS): single-stepping,
|
||||||
breakpoints/watchpoints, gprof profiling, etc;
|
breakpoints/watchpoints, gprof profiling, etc;
|
||||||
|
|
|
@ -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
|
@@ -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. */
|
* We pretend to successfully find this inexistent file. */
|
||||||
if (id == 0x4402 || id == 0x5f48) {
|
if (id == 0x4402 || id == 0x5f48) {
|
||||||
- priv->current = NULL;
|
- priv->current = NULL;
|
||||||
|
|
|
@ -29,7 +29,7 @@ define Package/pps-tools
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/pps-tools/description
|
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
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
|
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
|
||||||
|
|
|
@ -113,7 +113,7 @@ stop() {
|
||||||
echo ""
|
echo ""
|
||||||
dots=0
|
dots=0
|
||||||
fi
|
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
|
kill -9 `ps $PSOPT | grep $NAME | grep -v grep | awk '{print $1}'` >/dev/null 2>&1
|
||||||
[ -f $PIDFILE ] && rm $PIDFILE
|
[ -f $PIDFILE ] && rm $PIDFILE
|
||||||
seconds=0
|
seconds=0
|
||||||
|
|
|
@ -23,7 +23,7 @@ define Package/watchcat
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/watchcat/description
|
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
|
endef
|
||||||
|
|
||||||
define Package/watchcat/conffiles
|
define Package/watchcat/conffiles
|
||||||
|
|
Loading…
Reference in a new issue