summaryrefslogtreecommitdiffstats
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
commitc80717a05df77cc7f0e92b1f73cc0d1967d17618 (patch)
treeae414813c3714cf28ead04625e48c0c73f1db5d5
parent89a5cc5acd36a04ee74689fc6a9f16c3727a685f (diff)
downloadtxr-c80717a05df77cc7f0e92b1f73cc0d1967d17618.tar.gz
txr-c80717a05df77cc7f0e92b1f73cc0d1967d17618.tar.bz2
txr-c80717a05df77cc7f0e92b1f73cc0d1967d17618.zip
configure: capitalize diagnostic line.
* configure: Capitalize first word "detecting" of diagnostic line.
-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 <<!