Skip to content

Commit

Permalink
Fix misc. typos
Browse files Browse the repository at this point in the history
Found via `codespell -q 3 -L devicec,dne,inout,ue`
  • Loading branch information
luzpaz committed Jun 2, 2021
1 parent e8b1d45 commit a6a21a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildkite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
set -eo pipefail

echo "--- Enviroment."
echo "--- Environment."
env

#
Expand Down
2 changes: 1 addition & 1 deletion include/SoapySDR/Device.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ SOAPY_SDR_API int SoapySDRDevice_unmake_list(SoapySDRDevice **devices, const siz
/*!
* A key that uniquely identifies the device driver.
* This key identifies the underlying implementation.
* Serveral variants of a product may share a driver.
* Several variants of a product may share a driver.
* \param device a pointer to a device instance
*/
SOAPY_SDR_API char *SoapySDRDevice_getDriverKey(const SoapySDRDevice *device);
Expand Down
4 changes: 2 additions & 2 deletions include/SoapySDR/Device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace SoapySDR
class Stream;

/*!
* Abstraction for an SDR tranceiver device - configuration and streaming.
* Abstraction for an SDR transceiver device - configuration and streaming.
*/
class SOAPY_SDR_API Device
{
Expand Down Expand Up @@ -120,7 +120,7 @@ class SOAPY_SDR_API Device
/*!
* A key that uniquely identifies the device driver.
* This key identifies the underlying implementation.
* Serveral variants of a product may share a driver.
* Several variants of a product may share a driver.
*/
virtual std::string getDriverKey(void) const;

Expand Down

0 comments on commit a6a21a2

Please sign in to comment.