From 651f82f9c5bf551f4c15bf18ee1d575a0f6aa150 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:19:06 -0500 Subject: [PATCH] spelling: olson Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/util/time/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/util/time/time.h b/src/fw/util/time/time.h index cb05e992..5faa2715 100644 --- a/src/fw/util/time/time.h +++ b/src/fw/util/time/time.h @@ -47,7 +47,7 @@ #define TZ_LEN 6 // DST special cases. These map to indexes in the tools/timezones.py script that handles parsing -// the olsen database into a compressed form. Don't change these without changing the script. +// the olson database into a compressed form. Don't change these without changing the script. // // Note that we don't correctly handle Morroco's DST rules, they're incredibly complex due to them // suspending DST each year for Ramadan, resulting in 4 DST transitions each year.