From 0c15c41d9a8de7af135d9cbc6a2e43dba0fffbb8 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Thu, 28 Apr 2022 17:55:35 +0200 Subject: [PATCH] spelling --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index cb557d59..5de25627 100644 --- a/src/main.rs +++ b/src/main.rs @@ -32,7 +32,7 @@ struct StatusData { } /// Here we create a status file in temp folder. -/// We need ths for reading/saving program status. +/// We need this for reading/saving program status. /// For example when we skip a playing file, /// we save the time difference, so we stay in sync. ///