summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2019-05-26 10:02:25 +0200
committerJoel Rosdahl <joel@rosdahl.net>2019-05-26 10:02:25 +0200
commit5b98104f8f28dc199662b3d559a26fcd4a21ab3c (patch)
treedd7d85026aa558dd62c9d20b29c7125d7339c0bd
parent560d0bc4a460d68a822363eedddf34ac947807de (diff)
downloadccache.github.io-5b98104f8f28dc199662b3d559a26fcd4a21ab3c.tar.gz
ccache.github.io-5b98104f8f28dc199662b3d559a26fcd4a21ab3c.tar.bz2
ccache.github.io-5b98104f8f28dc199662b3d559a26fcd4a21ab3c.zip
Clarify how to capitalize the ccache name
-rw-r--r--index.empy8
-rw-r--r--index.html8
2 files changed, 8 insertions, 8 deletions
diff --git a/index.empy b/index.empy
index 3352b20..79f6c55 100644
--- a/index.empy
+++ b/index.empy
@@ -4,10 +4,10 @@
@{page_title = "Compiler cache"}
@empy.include("header.empy")
-<p>ccache is a compiler cache. It <a href="performance.html">speeds up
-recompilation</a> by caching previous compilations and detecting when the same
-compilation is being done again. Supported languages are C, C++, Objective-C
-and Objective-C++.</p>
+<p>ccache (or “Ccache”, not “CCache”) is a compiler cache.
+It <a href="performance.html">speeds up recompilation</a> by caching previous
+compilations and detecting when the same compilation is being done again.
+Supported languages are C, C++, Objective-C and Objective-C++.</p>
<p>ccache is free software, released under
the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License
diff --git a/index.html b/index.html
index c70a1b9..d823874 100644
--- a/index.html
+++ b/index.html
@@ -45,10 +45,10 @@
</div>
<div id="content">
<h1>Compiler cache</h1>
-<p>ccache is a compiler cache. It <a href="performance.html">speeds up
-recompilation</a> by caching previous compilations and detecting when the same
-compilation is being done again. Supported languages are C, C++, Objective-C
-and Objective-C++.</p>
+<p>ccache (or “Ccache”, not “CCache”) is a compiler cache.
+It <a href="performance.html">speeds up recompilation</a> by caching previous
+compilations and detecting when the same compilation is being done again.
+Supported languages are C, C++, Objective-C and Objective-C++.</p>
<p>ccache is free software, released under
the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License
version 3</a> or later. See also the <a href="license.html">license