diff mbox series

[05/42] docs/manual/migrating.adoc: fix occurrence typo

Message ID 20240910070823.4158894-6-peter@korsgaard.com
State Accepted
Headers show
Series codespell spelling fixes A-H | expand

Commit Message

Peter Korsgaard Sept. 10, 2024, 7:07 a.m. UTC
Occurrence is with double-c-double-r.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 docs/manual/migrating.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/docs/manual/migrating.adoc b/docs/manual/migrating.adoc
index ed2be1c6c9..d99c779799 100644
--- a/docs/manual/migrating.adoc
+++ b/docs/manual/migrating.adoc
@@ -62,7 +62,7 @@  $ echo 'name: NAME_OF_YOUR_TREE' >external.desc
 Be careful when choosing a name: It has to be unique and be made
 with only ASCII characters from the set +[A-Za-z0-9_]+.
 
- * Then, change every occurence of +BR2_EXTERNAL+ in your br2-external
+ * Then, change every occurrence of +BR2_EXTERNAL+ in your br2-external
    tree with the new variable:
 +
 ----