summaryrefslogtreecommitdiff
path: root/docs/coding-style.html
diff options
context:
space:
mode:
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>