Skip to content

Commit

Permalink
Typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Aug 6, 2024
1 parent d599c25 commit cb2acef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DateTimePlugin/src/DateTimePlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ void DateTimePlugin::updateDateTime(bool force)
struct tm timeInfo = { 0 };
bool isClockAvailable = false;

/* If not other timezone is given, the local time shall be used. */
/* If no other timezone is given, the local time shall be used. */
if (true == m_timeZone.isEmpty())
{
isClockAvailable = clockDrv.getTime(timeInfo);
Expand Down

0 comments on commit cb2acef

Please sign in to comment.