From: David Volovskiy Date: Sat, 20 Jul 2024 18:48:32 +0000 (-0400) Subject: Typo in comment X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=9ee319c888ce2abbea3292a6236f47ed6e8b398a;p=sensor-watch.git Typo in comment --- diff --git a/movement/watch_faces/complication/sunrise_sunset_face.h b/movement/watch_faces/complication/sunrise_sunset_face.h index 2265724..6474f0f 100644 --- a/movement/watch_faces/complication/sunrise_sunset_face.h +++ b/movement/watch_faces/complication/sunrise_sunset_face.h @@ -81,7 +81,7 @@ static const long_lat_presets_t longLatPresets[] = { { .name = " "}, // Default, the long and lat get replaced by what's set in the watch // { .name = "Ny", .latitude = 4072, .longitude = -7401 }, // New York City, NY -// { .name = "LA", .latitude = 3405, .longitude = -11824 }, // New York City, NY +// { .name = "LA", .latitude = 3405, .longitude = -11824 }, // Los Angeles, CA // { .name = "dE", .latitude = 4221, .longitude = -8305 }, // Detroit, MI };