From b2075d3b2acde427649f105146680a7e026a00b3 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:21:20 -0500 Subject: [PATCH] spelling: overarching Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fixtures/activity/sleep_samples/sleep_shut_down.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/fixtures/activity/sleep_samples/sleep_shut_down.c b/tests/fixtures/activity/sleep_samples/sleep_shut_down.c index 1ef4c4b2..be23e74b 100644 --- a/tests/fixtures/activity/sleep_samples/sleep_shut_down.c +++ b/tests/fixtures/activity/sleep_samples/sleep_shut_down.c @@ -17,7 +17,7 @@ // DESCRIPTION: // This test stops towards the end of a regular sleep session. - // - Test that we have an orarching Sleep session that starts around 75-90 and lasts + // - Test that we have an overarching Sleep session that starts around 75-90 and lasts // until we shut activity down // - Test that we have 3 full deep sleep sessions. // ---------------------------------------------------------------- @@ -897,7 +897,7 @@ // DESCRIPTION: // This test stops towards the end of a deep sleep session. - // - Test that we have an orarching Sleep session that starts around 75-90 and lasts + // - Test that we have an overarching Sleep session that starts around 75-90 and lasts // until we shut activity down // - Test that we have 2 full deep sleep sessions, and cut off the one in progress at // 18-19 minutes into it. It should not be saved. We judge this based on total time @@ -1779,7 +1779,7 @@ // DESCRIPTION: // This test stops in the middle of a deep sleep session. - // - Test that we have an orarching Sleep session that starts around 75-90 and lasts + // - Test that we have an overarching Sleep session that starts around 75-90 and lasts // until we shuwn activity down // - Test that we have 2 full deep sleep sessions, and cut off the one in progress at // ~22 minutes into it. It should be saved. We judge this based on total time