diff options
author | Lubos Lunak <l.lunak@suse.cz> | 2012-12-26 12:37:52 +0100 |
---|---|---|
committer | Lubos Lunak <l.lunak@suse.cz> | 2012-12-26 13:56:46 +0100 |
commit | beec35375e60399044e6c07defe2703e976a30d7 (patch) | |
tree | 07d279ad1e443ae0fb7dbb79216b7b0dcacf5313 /solenv | |
parent | 458b102b8105dccde35f306d5d1fbc7d21bef8f1 (diff) |
fix typo
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/update_pch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/update_pch.sh b/solenv/bin/update_pch.sh index 1302df4faf38..693aee6ac1e0 100755 --- a/solenv/bin/update_pch.sh +++ b/solenv/bin/update_pch.sh @@ -93,7 +93,7 @@ function local_file() function filter_ignore() ( # - filter out all files that are not normal headers -# - gperffasttoken.hxx is not a problem header +# - gperffasttoken.hxx is not a proper header # - sores.hxx provides BMP_PLUGIN, which is redefined # - some sources play ugly #define tricks with editeng/eeitemid.hxx grep -e '\.h[">]$' -e '\.hpp[">]$' -e '\.hdl[">]$' -e '\.hxx[">]$' -e '^[^\.]*>$' | \ |