diff mbox series

correct small number of "Bitbake" to "BitBake"

Message ID 10c820e1-5872-f256-d5ad-13316afa6d19@crashcourse.ca
State New
Headers show
Series correct small number of "Bitbake" to "BitBake" | expand

Commit Message

Robert P. J. Day Feb. 24, 2026, 5:23 p.m. UTC
Use correct spelling of "BitBake" in a few places.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---
diff mbox series

Patch

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index 8e1a232cd..1dcdc0ffe 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -402,7 +402,7 @@  Here are some example URLs::
    easy to share metadata without removing passwords. SSH keys, ``~/.netrc``
    and ``~/.ssh/config`` files can be used as alternatives.

-Using tags with the git fetcher may cause surprising behaviour. Bitbake needs to
+Using tags with the git fetcher may cause surprising behaviour. BitBake needs to
 resolve the tag to a specific revision and to do that, it has to connect to and use
 the upstream repository. This is because the revision the tags point at can change and
 we've seen cases of this happening in well known public repositories. This can mean
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
index 6bcab4870..6801323e2 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
@@ -233,7 +233,7 @@  BitBake supports class files installed in three different directories:

 For details on how BitBake locates class files, see the
 :ref:`bitbake-user-manual/bitbake-user-manual-metadata:Locating Class Files`
-section of the Bitbake User Manual.
+section of the BitBake User Manual.

 Layers
 ------
@@ -539,7 +539,7 @@  Following is the usage and syntax for BitBake::
                            make dependency graphs more appealing.

 ..
-    Bitbake help output generated with "stty columns 80; bin/bitbake -h"
+    BitBake help output generated with "stty columns 80; bin/bitbake -h"

 .. _bitbake-examples:

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index 18f293f4b..f8bdf19a8 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -1158,7 +1158,7 @@  Like include files, class files are located using the :term:`BBPATH` variable.
 The classes can be included in the ``classes-recipe``, ``classes-global`` and
 ``classes`` directories, as explained in the
 :ref:`bitbake-user-manual/bitbake-user-manual-intro:Class types` section of the
-Bitbake User Manual. Like for the :ref:`include <ref-include-directive>` and
+BitBake User Manual. Like for the :ref:`include <ref-include-directive>` and
 :ref:`require <require-inclusion>` directives, BitBake stops and inherits the
 first class that it finds.

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 3a01144ff..2071b904e 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -1339,7 +1339,7 @@  overview of their function and contents.

       -  When recipes are parsed - then for each parsed recipe.

-      Bitbake ignores changes to :term:`INHERIT` in individual recipes.
+      BitBake ignores changes to :term:`INHERIT` in individual recipes.

       For more information on :term:`INHERIT`, see the
       ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:\`\`inherit\`\` configuration directive`"