This is the library.properties file of a library ambiguously called 'Time'
name=Time
version=1.6.1
author=Michael Margolis
maintainer=Paul Stoffregen
sentence=Timekeeping functionality for Arduino
paragraph=Date and Time functions, with provisions to synchronize to external time sources like GPS and NTP (Internet). This library is often used together with TimeAlarms and DS1307RTC.
category=Timing
url=http://playground.arduino.cc/Code/Time/
includes=TimeLib.h
architectures=*
Its location is C:\Users\terry\Dropbox\Electronics\Arduino\SKETCHES\libraries\Time\library.properties
A library in my sketch is <TimeLib.h>. I added it via IDE 1.8.19 > Sketch > Include Library > Time. (There is no 'TimeLib' in any section of the list).
I was looking for TimeLib.h, so now duly found in 'Time'.
But presumably such inconsistency is not confined to this one case. How does it arise? Is it a mere 'cosmetic' quirk with no programming consequences?