summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-01 21:03:00 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-01 21:03:00 -0500
commita67ed2c5e042e79dbc30608f433c970213a280d0 (patch)
tree64031980042c23c8b3f014afc82c3d7aea49bc26
parentca9c33020967d9a03ccb145c12238093efb68626 (diff)
downloaddeheader-a67ed2c5e042e79dbc30608f433c970213a280d0.tar.gz
deheader-a67ed2c5e042e79dbc30608f433c970213a280d0.tar.bz2
deheader-a67ed2c5e042e79dbc30608f433c970213a280d0.tar.xz
deheader-a67ed2c5e042e79dbc30608f433c970213a280d0.zip
Typo fixes.
-rw-r--r--control4
1 files changed, 2 insertions, 2 deletions
diff --git a/control b/control
index 45eef51..9103f03 100644
--- a/control
+++ b/control
@@ -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