diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-07-04 11:44:32 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-07-04 11:44:32 +0000 |
commit | c3c100b63f2c4bfe479c829b7232e9c64ba6aaea (patch) | |
tree | d5171997e3f204108b01fbd79df0ce7398c2096b /package | |
parent | e8609e8ea76faf951875d46b5e58a84516963c7b (diff) | |
download | buildroot-novena-c3c100b63f2c4bfe479c829b7232e9c64ba6aaea.tar.gz buildroot-novena-c3c100b63f2c4bfe479c829b7232e9c64ba6aaea.zip |
- list defaults for BR2_GNU_TARGET_SUFFIX in help text
- fix a few typos
Diffstat (limited to 'package')
-rw-r--r-- | package/config/Kconfig-language.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/config/Kconfig-language.txt b/package/config/Kconfig-language.txt index da51c0e7c..d78969e32 100644 --- a/package/config/Kconfig-language.txt +++ b/package/config/Kconfig-language.txt @@ -110,7 +110,7 @@ applicable everywhere (see syntax). the indentation level, this means it ends at the first line which has a smaller indentation than the first line of the help text. "---help---" and "help" do not differ in behaviour, "---help---" is - used to help visually seperate configuration logic from help within + used to help visually separate configuration logic from help within the file as an aid to developers. |