diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-03-28 22:24:44 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-29 09:29:03 +0100 |
commit | 0a855f639155c684e1fab3f74dbd932a7694aeb7 (patch) | |
tree | c3ae2d489ff2a5365e7ef1571f890e7b26c5a2fa /docs/manual | |
parent | 082dec8ce440236b1477e568f0965f05ad241adb (diff) | |
download | buildroot-0a855f639155c684e1fab3f74dbd932a7694aeb7.tar.gz buildroot-0a855f639155c684e1fab3f74dbd932a7694aeb7.zip |
manual/make-tips.txt: fix typo
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/make-tips.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/make-tips.txt b/docs/manual/make-tips.txt index faf59f2c62..81edae3e49 100644 --- a/docs/manual/make-tips.txt +++ b/docs/manual/make-tips.txt @@ -32,7 +32,7 @@ The result of the search shows the help message of the matching items. Not all targets are always available, some settings in the +.config+ file may hide some targets: -* +busybox-menuconfig+ and +busybox-savedefconfig+ ony work when +* +busybox-menuconfig+ and +busybox-savedefconfig+ only work when +busybox+ is enabled; * +linux-menuconfig+ and +linux-savedefconfig+ only work when +linux+ is enabled; |