Browse Source

manual: fix typo

Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Rodrigo Rebello 9 years ago
parent
commit
f6017708fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/manual/using-buildroot-development.txt

+ 1 - 1
docs/manual/using-buildroot-development.txt

@@ -8,7 +8,7 @@ it, configure, compile and install the software component found inside
 this tarball. The source code is extracted in
 +output/build/<package>-<version>+, which is a temporary directory:
 whenever +make clean+ is used, this directory is entirely removed, and
-re-recreated at the next +make+ invocation. Even when a Git or
+re-created at the next +make+ invocation. Even when a Git or
 Subversion repository is used as the input for the package source
 code, Buildroot creates a tarball out of it, and then behaves as it
 normally does with tarballs.