Skip to content

Commit

Permalink
framework: fix spelling mistake (#7832)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjunni authored and zhangchaoltt committed Apr 12, 2019
1 parent 00aff0f commit 8146c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyber/base/wait_strategy.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class SleepWaitStrategy : public WaitStrategy {
return true;
}

void SetSleepTimeMicroSecends(uint64_t sleep_time_us) {
void SetSleepTimeMicroSeconds(uint64_t sleep_time_us) {
sleep_time_us_ = sleep_time_us;
}

Expand Down

0 comments on commit 8146c55

Please sign in to comment.