Skip to content

Commit

Permalink
Fix typo in comment (#37145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored and kevingranade committed Jan 17, 2020
1 parent 9cab22e commit 01a2e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ time_point night_time( const time_point &p )

time_point daylight_time( const time_point &p )
{
// TODO: Actual dailight should start 18 degrees before sunrise
// TODO: Actual daylight should start 18 degrees before sunrise
return sunrise( p ) + 15_minutes;
}

Expand Down

0 comments on commit 01a2e47

Please sign in to comment.