diff mbox

[1/1] manual: fix typo

Message ID 1471568531-12041-1-git-send-email-rprebello@gmail.com
State Accepted
Headers show

Commit Message

Rodrigo Rebello Aug. 19, 2016, 1:02 a.m. UTC
Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
---
 docs/manual/using-buildroot-development.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Aug. 19, 2016, 9:25 a.m. UTC | #1
Hello,

On Thu, 18 Aug 2016 22:02:11 -0300, Rodrigo Rebello wrote:
> Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
> ---
>  docs/manual/using-buildroot-development.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/docs/manual/using-buildroot-development.txt b/docs/manual/using-buildroot-development.txt
index a075416..e167849 100644
--- a/docs/manual/using-buildroot-development.txt
+++ b/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.