From 4ab3ff82f7f27693d6c34b80d0dab5713889c345 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Tue, 25 Oct 2022 21:38:16 -0400
Subject: [PATCH] More spelling fixes

---
 boards/beaglebone/ai-64/ch07.rst              | 2 +-
 boards/beagleconnect/freedom/zephyr.rst       | 2 +-
 books/beaglebone-cookbook/01basics/basics.rst | 2 +-
 books/beaglebone-cookbook/09capes/capes.rst   | 2 +-
 books/beaglebone-cookbook/10parts/parts.rst   | 4 ----
 books/pru-cookbook/code                       | 2 +-
 6 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/boards/beaglebone/ai-64/ch07.rst b/boards/beaglebone/ai-64/ch07.rst
index 81029ee7..64843aaa 100644
--- a/boards/beaglebone/ai-64/ch07.rst
+++ b/boards/beaglebone/ai-64/ch07.rst
@@ -35,7 +35,7 @@ The **GPIO** row is the expected gpio identifier number in the Linux
 kernel. 
 
 Each row includes the gpiochipX and pinY in the format of 
-`X Y`. You can use these values to direcly control the GPIO pins with the 
+`X Y`. You can use these values to directly control the GPIO pins with the 
 commands shown below.
 
 .. code::
diff --git a/boards/beagleconnect/freedom/zephyr.rst b/boards/beagleconnect/freedom/zephyr.rst
index 60ab9573..a9e1dde8 100644
--- a/boards/beagleconnect/freedom/zephyr.rst
+++ b/boards/beagleconnect/freedom/zephyr.rst
@@ -127,7 +127,7 @@ Other systems
 Log into BeagleBone Green Gateway
 =================================
 
-These instructions assume an x86_64 computer runing Ubuntu 20.04.3 LTS, but any
+These instructions assume an x86_64 computer running Ubuntu 20.04.3 LTS, but any
 computer can be used to connect to your BeagleBone Green Gateway.
 
 #. Log onto the Seeed BeagleBone® Green Gateway using :code:`ssh`.
diff --git a/books/beaglebone-cookbook/01basics/basics.rst b/books/beaglebone-cookbook/01basics/basics.rst
index 95744e65..2d691dc6 100644
--- a/books/beaglebone-cookbook/01basics/basics.rst
+++ b/books/beaglebone-cookbook/01basics/basics.rst
@@ -313,7 +313,7 @@ This shows you a list of dates of the most recent Debian images (:ref:`basics_de
    Latest Debian images
 
 At the time of writing, we are using the *Bullseye* image.  
-Click on it's link. Scrolling up you'll find :ref:`basics_deb2`. 
+Click on its link. Scrolling up you'll find :ref:`basics_deb2`. 
 There are three types of snapshots, Minimal, IoT and Xfce Desktop. 
 IoT is the one we are running.
 
diff --git a/books/beaglebone-cookbook/09capes/capes.rst b/books/beaglebone-cookbook/09capes/capes.rst
index a67a7417..07b81f1f 100644
--- a/books/beaglebone-cookbook/09capes/capes.rst
+++ b/books/beaglebone-cookbook/09capes/capes.rst
@@ -1159,7 +1159,7 @@ series on creating a cape, including how to wire and program the EEPROM.
 
 .. note::
 
-   The current effort to document how to enable software for a cape is on-going at https://docs.beagleboard.org/latest/boards/capes.
+   The current effort to document how to enable software for a cape is ongoing at https://docs.beagleboard.org/latest/boards/capes.
 
 .. _capes_production:
 
diff --git a/books/beaglebone-cookbook/10parts/parts.rst b/books/beaglebone-cookbook/10parts/parts.rst
index 3820de81..bc445be2 100644
--- a/books/beaglebone-cookbook/10parts/parts.rst
+++ b/books/beaglebone-cookbook/10parts/parts.rst
@@ -232,7 +232,3 @@ Here are some things that don't fit in the other categories.
     | Nokia 5110 LCD                                      | `Adafruit 5110 LCD <http://bit.ly/1Ag6LgG>`_,                                         |
     |                                                     | `SparkFun 5110 LCD <http://bit.ly/19cizdu>`_                                          |
     +-----------------------------------------------------+---------------------------------------------------------------------------------------+
-    | BeagleBone LCD7                                     | `eLinux LCD7 <http://elinux.org/CircuitCo:BeagleBone_LCD7#Distributors>`_             |
-    +-----------------------------------------------------+---------------------------------------------------------------------------------------+
-    | MiniDisplay Cape                                    | `eLinux minidisplay <http://elinux.org/CircuitCo:MiniDisplay_Cape>`_                  |
-    +-----------------------------------------------------+---------------------------------------------------------------------------------------+
diff --git a/books/pru-cookbook/code b/books/pru-cookbook/code
index 291223f2..21a8ba35 160000
--- a/books/pru-cookbook/code
+++ b/books/pru-cookbook/code
@@ -1 +1 @@
-Subproject commit 291223f2c9b360dd3c6f19d40a3e9c0199c5c78f
+Subproject commit 21a8ba352d2e6dd793d3029126e6a8c9481eeaf2
-- 
GitLab