summaryrefslogtreecommitdiff
path: root/docs/coding-style.html
diff options
context:
space:
mode:
authorpanne <unknown>2003-08-18 14:54:44 +0000
committerpanne <unknown>2003-08-18 14:54:44 +0000
commit81cb7610337b33508066dd400cd371ff6033c987 (patch)
treef9fc0968a4b49b6df262ecc73f366b42a3c2f555 /docs/coding-style.html
parent145a2b79015c5ba601e9a87ea51afba5b5d2199b (diff)
downloadhaskell-81cb7610337b33508066dd400cd371ff6033c987.tar.gz
[project @ 2003-08-18 14:54:40 by panne]
Ooops, forgot about a dozen references to configure.in... :-}
Diffstat (limited to 'docs/coding-style.html')
-rw-r--r--docs/coding-style.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/coding-style.html b/docs/coding-style.html
index 250ab88c3d..af744ebe2b 100644
--- a/docs/coding-style.html
+++ b/docs/coding-style.html
@@ -164,7 +164,7 @@ Avoid conditional code like this:
#endif
</pre>
-Instead, add an appropriate test to the configure.in script and use
+Instead, add an appropriate test to the configure.ac script and use
the result of that test instead.
<pre>