summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2024-01-04 02:31:54 +0000
committerKaz Kylheku <kaz@kylheku.com>2024-01-03 20:15:12 -0800
commit2ae1e9a0c2d2d9087368fe3bec25a19c64ae0f91 (patch)
treeae414813c3714cf28ead04625e48c0c73f1db5d5 /configure
parent3c85b57e4e6bce30b727a30d6ef575ee872e22e1 (diff)
downloadtxr-2ae1e9a0c2d2d9087368fe3bec25a19c64ae0f91.tar.gz
txr-2ae1e9a0c2d2d9087368fe3bec25a19c64ae0f91.tar.bz2
txr-2ae1e9a0c2d2d9087368fe3bec25a19c64ae0f91.zip
configure: capitalize diagnostic line.
* configure: Capitalize first word "detecting" of diagnostic line.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ab06a7de..89ba4261 100755
--- a/configure
+++ b/configure
@@ -2277,7 +2277,7 @@ fi
# Check for fields inside struct tm
#
-printf "detecting timezone fields in struct tm ... "
+printf "Detecting timezone fields in struct tm ... "
for try_field in tm_gmtoff __tm_gmtoff ; do
cat > conftest.c <<!