beggining -> beginning
This commit is contained in:
Ikko Eltociear Ashimine 2024-07-30 05:39:38 +09:00 коммит произвёл GitHub
Родитель d1bd85e9b8
Коммит fc70228dc9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@
#include <cstring>
/**
START_COM_CALL causes AddRef to be called at the beggining of a function.
START_COM_CALL causes AddRef to be called at the beginning of a function.
When a function is exited, it causes ReleaseRef to be called.
This ensures that the object cannot be destroyed whilst the function is running.
For example: Window Show is called, which triggers an event, and user calls Close inside the event