summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-01-22 21:14:19 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-01-22 21:14:19 -0500
commita424f5fb4a0c27ff5200a66862ffb3ad2fefd86b (patch)
tree20c48787006928f32b21ebfa156655866d902692 /README
parent9d9a8fedf69cacf22c4c25bb90b13f882a904299 (diff)
downloaddeheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.tar.gz
deheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.tar.bz2
deheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.tar.xz
deheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.zip
Create a public repository and connect it to the Ohloh page.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index df4662a..42e6220 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
deheader analyzes C and C++ files to determine which header enclusions 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.
Eric S. Raymond
December 2010