From aba90dc8c3d7eaa0d5428570da92f8c301a3be92 Mon Sep 17 00:00:00 2001 From: lrnzo Date: Wed, 19 Feb 2020 07:49:44 +0100 Subject: [PATCH] minor grammar fix --- docs/user/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index 36eac715..0f384880 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -120,7 +120,7 @@ There are two levels of `make clean`:: make clean GLUON_TARGET=ar71xx-generic -will ensure all packages are rebuilt for a single target. This normally not +will ensure all packages are rebuilt for a single target. This is normally not necessary, but may fix certain kinds of build failures. ::