Typo correction

This commit is contained in:
JavierusTk 2020-11-13 01:17:52 +01:00 committed by GitHub
parent c81db8207c
commit bdfdb4bb45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ end;
destructor TCommonService.Destroy;
begin
LogI('destroing ' + ClassName);
LogI('destroying ' + ClassName);
inherited;
end;