roox has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-trx/+/14819
Change subject: Fix common misspellings and typos ...................................................................... Fix common misspellings and typos Change-Id: I8e0fe9d67d1e1e8dfce319610de63cde170694c5 --- M CommonLibs/Interthread.h M CommonLibs/Threads.h M CommonLibs/trx_vty.c M README M Transceiver52M/Resampler.h M Transceiver52M/Transceiver.h M Transceiver52M/arch/x86/convert.c M Transceiver52M/arch/x86/convolve.c M Transceiver52M/device/common/smpl_buf.h M Transceiver52M/inband-signaling-usb M autogen.sh M debian/changelog M doc/manuals/vty/trx_vty_reference.xml 13 files changed, 17 insertions(+), 17 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/19/14819/1 diff --git a/CommonLibs/Interthread.h b/CommonLibs/Interthread.h index 42e6f7f..abb11c6 100644 --- a/CommonLibs/Interthread.h +++ b/CommonLibs/Interthread.h @@ -45,7 +45,7 @@ // (pat) The elements in the queue are type T*, and // the Fifo class implements the underlying queue. // The default is class PointerFIFO, which does not place any restrictions on the type of T, -// and is implemented by allocating auxilliary structures for the queue, +// and is implemented by allocating auxiliary structures for the queue, // or SingleLinkedList, which implements the queue using an internal pointer in type T, // which must implement the functional interface of class SingleLinkListNode, // namely: functions T*next() and void setNext(T*). diff --git a/CommonLibs/Threads.h b/CommonLibs/Threads.h index 8a6ba47..a914d51 100644 --- a/CommonLibs/Threads.h +++ b/CommonLibs/Threads.h @@ -182,7 +182,7 @@ } } - /** Send cancelation to thread */ + /** Send cancellation to thread */ void cancel() { pthread_cancel(mThread); } }; diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c index e184f49..3f1047e 100644 --- a/CommonLibs/trx_vty.c +++ b/CommonLibs/trx_vty.c @@ -222,7 +222,7 @@ DEFUN(cfg_clock_ref, cfg_clock_ref_cmd, "clock-ref (internal|external|gpsdo)", "Set the Reference Clock\n" - "Enable internal referece (default)\n" + "Enable internal reference (default)\n" "Enable external 10 MHz reference\n" "Enable GPSDO reference\n") { diff --git a/README b/README index 502d661..0d8cdcd 100644 --- a/README +++ b/README @@ -22,7 +22,7 @@ Commands on the Per-ARFCN Control Interface -The per-ARFCN control interface uses a command-reponse protocol. +The per-ARFCN control interface uses a command-response protocol. Commands are NULL-terminated ASCII strings, one per UDP socket. Each command has a corresponding response. Every command is of the form: diff --git a/Transceiver52M/Resampler.h b/Transceiver52M/Resampler.h index caffc08..14870fe 100644 --- a/Transceiver52M/Resampler.h +++ b/Transceiver52M/Resampler.h @@ -38,7 +38,7 @@ * @return false on error, zero otherwise * * Automatic setting is to compute the filter to prevent aliasing with - * a Blackman-Harris window. Adjustment is made through a bandwith + * a Blackman-Harris window. Adjustment is made through a bandwidth * factor to shift the cutoff and/or the constituent filter lengths. * Calculation of specific rolloff factors or 3-dB cutoff points is * left as an excersize for the reader. diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h index a66c962..1d192d8 100644 --- a/Transceiver52M/Transceiver.h +++ b/Transceiver52M/Transceiver.h @@ -236,7 +236,7 @@ bool start(); void stop(); - /** Protect destructor accessable stop call */ + /** Protect destructor accessible stop call */ Mutex mLock; protected: diff --git a/Transceiver52M/arch/x86/convert.c b/Transceiver52M/arch/x86/convert.c index 07cdf59..bbcfd67 100644 --- a/Transceiver52M/arch/x86/convert.c +++ b/Transceiver52M/arch/x86/convert.c @@ -27,7 +27,7 @@ #include "config.h" #endif -/* Architecture dependant function pointers */ +/* Architecture dependent function pointers */ struct convert_cpu_context { void (*convert_si16_ps_16n) (float *, const short *, int); void (*convert_si16_ps) (float *, const short *, int); diff --git a/Transceiver52M/arch/x86/convolve.c b/Transceiver52M/arch/x86/convolve.c index 209d377..f25e2a7 100644 --- a/Transceiver52M/arch/x86/convolve.c +++ b/Transceiver52M/arch/x86/convolve.c @@ -27,7 +27,7 @@ #include "config.h" #endif -/* Architecture dependant function pointers */ +/* Architecture dependent function pointers */ struct convolve_cpu_context { void (*conv_cmplx_4n) (const float *, int, const float *, int, float *, int, int, int); diff --git a/Transceiver52M/device/common/smpl_buf.h b/Transceiver52M/device/common/smpl_buf.h index 24d3ce9..36e06b5 100644 --- a/Transceiver52M/device/common/smpl_buf.h +++ b/Transceiver52M/device/common/smpl_buf.h @@ -31,7 +31,7 @@ /* Sample Buffer - Allows reading and writing of timed samples using osmo-trx timestamps. Time conversions are handled - internally or accessable through the static convert calls. + internally or accessible through the static convert calls. */ class smpl_buf { public: diff --git a/Transceiver52M/inband-signaling-usb b/Transceiver52M/inband-signaling-usb index 14f8347..f3b038b 100644 --- a/Transceiver52M/inband-signaling-usb +++ b/Transceiver52M/inband-signaling-usb @@ -1,6 +1,6 @@ This file specifies the format of USB packets used for in-band data transmission and signaling on the USRP. All packets are 512-byte long, -and are transfered using USB "bulk" transfers. +and are transferred using USB "bulk" transfers. IN packets are sent towards the host. OUT packets are sent away from the host. diff --git a/autogen.sh b/autogen.sh index b2ed160..f1e8a2a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -77,15 +77,15 @@ # ###################################################################### -# set to minimum acceptible version of autoconf +# set to minimum acceptable version of autoconf if [ "x$AUTOCONF_VERSION" = "x" ] ; then AUTOCONF_VERSION=2.52 fi -# set to minimum acceptible version of automake +# set to minimum acceptable version of automake if [ "x$AUTOMAKE_VERSION" = "x" ] ; then AUTOMAKE_VERSION=1.6.0 fi -# set to minimum acceptible version of libtool +# set to minimum acceptable version of libtool if [ "x$LIBTOOL_VERSION" = "x" ] ; then LIBTOOL_VERSION=1.4.2 fi @@ -970,7 +970,7 @@ if test ! -d "$_aux_dir" ; then _aux_dir=. else - $VERBOSE_ECHO "Detected auxillary directory: $_aux_dir" + $VERBOSE_ECHO "Detected auxiliary directory: $_aux_dir" fi ################################ @@ -1196,7 +1196,7 @@ $ECHO "Warning: $AUTORECONF failed" if test -f ltmain.sh ; then - $ECHO "libtoolize being run by autoreconf is not creating ltmain.sh in the auxillary directory like it should" + $ECHO "libtoolize being run by autoreconf is not creating ltmain.sh in the auxiliary directory like it should" fi $ECHO "Attempting to run the preparation steps individually" diff --git a/debian/changelog b/debian/changelog index dc20ec8..8dab530 100644 --- a/debian/changelog +++ b/debian/changelog @@ -226,7 +226,7 @@ * use osmo_init_logging2() * tests: Makefile.am: Fix typo in include path * configure.ac: Add --enable-sanitize option - * Move arch specific fiels to arch subdir + * Move arch specific files to arch subdir * Move device specific files to device subdir * Change configure define USRP1 to DEVICE_USRP1 * Move device specific code out of radioInterface diff --git a/doc/manuals/vty/trx_vty_reference.xml b/doc/manuals/vty/trx_vty_reference.xml index ce6d335..a3f38ae 100644 --- a/doc/manuals/vty/trx_vty_reference.xml +++ b/doc/manuals/vty/trx_vty_reference.xml @@ -1196,7 +1196,7 @@ <command id='clock-ref (internal|external|gpsdo)'> <params> <param name='clock-ref' doc='Set the Reference Clock' /> - <param name='internal' doc='Enable internal referece (default)' /> + <param name='internal' doc='Enable internal reference (default)' /> <param name='external' doc='Enable external 10 MHz reference' /> <param name='gpsdo' doc='Enable GPSDO reference' /> </params> -- To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/14819 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-trx Gerrit-Branch: master Gerrit-Change-Id: I8e0fe9d67d1e1e8dfce319610de63cde170694c5 Gerrit-Change-Number: 14819 Gerrit-PatchSet: 1 Gerrit-Owner: roox <mar...@gmx.de> Gerrit-MessageType: newchange