From a722cd98113c52bcac9610a184b3588d341ea3f8 Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Thu, 27 Oct 2022 10:54:34 +0200 Subject: [PATCH] COMMON: Correct spelling mistake begining -> beginning --- common/text-to-speech.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/text-to-speech.h b/common/text-to-speech.h index ba3699786c7..0a98fe667de 100644 --- a/common/text-to-speech.h +++ b/common/text-to-speech.h @@ -217,7 +217,7 @@ public: /** * Resumes the speech * - * @note On linux, the speech resumes from the begining of the last speech being + * @note On linux, the speech resumes from the beginning of the last speech being * said, when pause() was called. On other platforms the speech resumes from * exactly where it was paused(); */