COMMON: Correct spelling mistake

begining -> beginning
This commit is contained in:
Hubert Maier 2022-10-27 10:54:34 +02:00 committed by Eugene Sandulenko
parent 54e833d16b
commit a722cd9811
No known key found for this signature in database
GPG key ID: 014D387312D34F08

View file

@ -217,7 +217,7 @@ public:
/** /**
* Resumes the speech * 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 * said, when pause() was called. On other platforms the speech resumes from
* exactly where it was paused(); * exactly where it was paused();
*/ */