From ae12913f12f39e9e516171981a839a42e1b71fa0 Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Tue, 10 Aug 2010 10:26:00 +0200 Subject: [PATCH] [FreeTDM][1/2] for *BSD: Fix typo idle_percentate => idle_percentage. --- libs/freetdm/src/ftdm_cpu_monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/freetdm/src/ftdm_cpu_monitor.c b/libs/freetdm/src/ftdm_cpu_monitor.c index 2aad94173a..4ebe353b57 100644 --- a/libs/freetdm/src/ftdm_cpu_monitor.c +++ b/libs/freetdm/src/ftdm_cpu_monitor.c @@ -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