Selaa lähdekoodia

docs/manual: fix typo

Reported-by: Dan Walkes <danwalkes@trellis-logic.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Yann E. MORIN 4 vuotta sitten
vanhempi
commit
1c1e9e491e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/manual/rebuilding-packages.txt

+ 1 - 1
docs/manual/rebuilding-packages.txt

@@ -65,7 +65,7 @@ can help you understand how to work with Buildroot:
    there is no need for a full rebuild: a simple +make+ invocation
    will take the changes into account.
 
- * When a pacjage listed in +FOO_DEPENDENCIES+ is rebuilt or removed,
+ * When a package listed in +FOO_DEPENDENCIES+ is rebuilt or removed,
    the package +foo+ is not automatically rebuilt. For example, if a
    package +bar+ is listed in +FOO_DEPENDENCIES+ with +FOO_DEPENDENCIES
    = bar+ and the configuration of the +bar+ package is changed, the