diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-12-01 21:03:00 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-12-01 21:03:00 -0500 |
commit | a67ed2c5e042e79dbc30608f433c970213a280d0 (patch) | |
tree | 64031980042c23c8b3f014afc82c3d7aea49bc26 | |
parent | ca9c33020967d9a03ccb145c12238093efb68626 (diff) | |
download | deheader-a67ed2c5e042e79dbc30608f433c970213a280d0.tar.gz deheader-a67ed2c5e042e79dbc30608f433c970213a280d0.tar.bz2 deheader-a67ed2c5e042e79dbc30608f433c970213a280d0.tar.xz deheader-a67ed2c5e042e79dbc30608f433c970213a280d0.zip |
Typo fixes.
-rw-r--r-- | control | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,10 +4,10 @@ Package: deheader Description: find (optionally remove) unneeded includes in C or C++ sourcefiles - deheader analyzes C and C++ files to determine which header enclusions can be + deheader analyzes C and C++ files to determine which header inclusions can be removed while still allowing them to compile. This may result in substantial improvements in compilation time, especially on large C++ projects; it also - sometime exposes dependencies and cohesions of which developers were unaware. + sometimes exposes dependencies and cohesions of which developers were unaware. XBS-Destinations: freshmeat |