diff options
author | Paul A. Patience <paul@apatience.com> | 2024-01-04 02:31:54 +0000 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-01-03 20:15:12 -0800 |
commit | 2ae1e9a0c2d2d9087368fe3bec25a19c64ae0f91 (patch) | |
tree | ae414813c3714cf28ead04625e48c0c73f1db5d5 /configure | |
parent | 3c85b57e4e6bce30b727a30d6ef575ee872e22e1 (diff) | |
download | txr-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 <<! |