From 1d1a4b321be62530578aa560b32ab5ed65bfa407 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 28 Aug 2018 09:36:14 -0700 Subject: [PATCH] doc: fix misspellings in reST files Fix misspellings missed during regular reviews. Signed-off-by: David B. Kinder --- CONTRIBUTING.rst | 4 ++-- boards/arm/reel_board/doc/reel_board.rst | 4 ++-- boards/arm/warp7_m4/doc/warp7_m4.rst | 2 +- doc/subsystems/tracing/index.rst | 2 +- samples/net/ipv4_autoconf/README.rst | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 49e45771a7f..60250a7f60a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -18,11 +18,11 @@ documentation. use other licensing and are clearly identified. * The Developer Certificate of Origin (DCO) process is followed to - ensure developers are following licensing critera for their + ensure developers are following licensing criteria for their contributions, and documented with a ``Signed-of-by`` line in commits. * Zephyr development workflow is supported on Linux, macOS, and Windows, - (with afew exceptions). + (with a few exceptions). * Source code for the project is maintained in the GitHub repo: https://github.com/zephyrproject-rtos/zephyr diff --git a/boards/arm/reel_board/doc/reel_board.rst b/boards/arm/reel_board/doc/reel_board.rst index b6d769edf61..386ad1c40db 100644 --- a/boards/arm/reel_board/doc/reel_board.rst +++ b/boards/arm/reel_board/doc/reel_board.rst @@ -126,9 +126,9 @@ Port P0 +-------+-----------------------+---------------------------+ | Name | Function | Usage | +=======+=======================+===========================+ -| P0.0 | XL1 | 32.768 kHz oszillator | +| P0.0 | XL1 | 32.768 kHz oscillator | +-------+-----------------------+---------------------------+ -| P0.1 | XL2 | 32.768 kHz oszillator | +| P0.1 | XL2 | 32.768 kHz oscillator | +-------+-----------------------+---------------------------+ | P0.2 | edge connector pin 25 | None | +-------+-----------------------+---------------------------+ diff --git a/boards/arm/warp7_m4/doc/warp7_m4.rst b/boards/arm/warp7_m4/doc/warp7_m4.rst index c49128ecbae..8d3dac7c044 100644 --- a/boards/arm/warp7_m4/doc/warp7_m4.rst +++ b/boards/arm/warp7_m4/doc/warp7_m4.rst @@ -25,7 +25,7 @@ The WaRP7 Platform is composed of a CPU and IO board. WaRP7 IO Board ============== -- 6-axis Acclerometer Magnetometer: NXP FXOS8700CQ (I2C4 interface) +- 6-axis Accelerometer Magnetometer: NXP FXOS8700CQ (I2C4 interface) - 3-axis Gyroscope: NXP FXAS21002C (I2C4 interface) - Altimeter: NXP MPL3115A2 (I2C4 interface) - NXP NTAG NT3H1101 (I2C2 interface) diff --git a/doc/subsystems/tracing/index.rst b/doc/subsystems/tracing/index.rst index 7b416436c95..16701f6ff88 100644 --- a/doc/subsystems/tracing/index.rst +++ b/doc/subsystems/tracing/index.rst @@ -7,7 +7,7 @@ Overview ******** The tracing feature provides hooks that permits you to collect data from -your application and allows enabled backends to visualise the inner-working of +your application and allows enabled backends to visualize the inner-working of the kernel and various subsystems. Applications and supported tools can define empty macros declared in diff --git a/samples/net/ipv4_autoconf/README.rst b/samples/net/ipv4_autoconf/README.rst index 1ebd31371d5..0078dca519d 100644 --- a/samples/net/ipv4_autoconf/README.rst +++ b/samples/net/ipv4_autoconf/README.rst @@ -49,7 +49,7 @@ steps: :goals: build flash :compact: -Once IPv4 LL has completed probing and announcment, details are shown like this: +Once IPv4 LL has completed probing and announcement, details are shown like this: .. code-block:: console