[FreeTDM][1/2] for *BSD: Fix typo idle_percentate => idle_percentage.

This commit is contained in:
Stefan Knoblich 2010-08-10 10:26:00 +02:00
parent f822180fb4
commit ae12913f12
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ FT_DECLARE(ftdm_status_t) ftdm_cpu_get_system_idle_time(struct ftdm_cpu_monitor_
/* Unsupported */
FT_DECLARE(ftdm_status_t) ftdm_cpu_get_system_idle_time(struct ftdm_cpu_monitor_stats *p, double *idle_percentage)
{
*idle_percentate = 100.0;
*idle_percentage = 100.0;
return FTDM_FAIL;
}
#endif