!629 修复dispatch单词拼写错误。

Merge pull request !629 from pef/typo
This commit is contained in:
openharmony_ci 2021-09-24 10:32:58 +00:00 committed by Gitee
commit 492264b8e6
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ static VOID SwtmrProc(UINTPTR tmrArg)
}
return;
EXIT:
PRINT_ERR("Dsipatch signals failed!, ret: %d\r\n", ret);
PRINT_ERR("Dispatch signals failed!, ret: %d\r\n", ret);
return;
}