| Index: chromeos/system/statistics_provider.cc
|
| diff --git a/chromeos/system/statistics_provider.cc b/chromeos/system/statistics_provider.cc
|
| index 389d592c053b8a25e95e10c93a0272139dc0aaa6..3adc090cfaea7c299a85add65af7e608882a9cb7 100644
|
| --- a/chromeos/system/statistics_provider.cc
|
| +++ b/chromeos/system/statistics_provider.cc
|
| @@ -134,7 +134,7 @@ bool StatisticsProviderImpl::WaitForStatisticsLoaded() {
|
| return true;
|
|
|
| // Block if the statistics are not loaded yet. Normally this shouldn't
|
| - // happen excpet during OOBE.
|
| + // happen except during OOBE.
|
| base::Time start_time = base::Time::Now();
|
| base::ThreadRestrictions::ScopedAllowWait allow_wait;
|
| on_statistics_loaded_.TimedWait(base::TimeDelta::FromSeconds(kTimeoutSecs));
|
|
|