]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[FreeTDM][1/2] for *BSD: Fix typo idle_percentate => idle_percentage.
authorStefan Knoblich <s.knoblich@axsentis.de>
Tue, 10 Aug 2010 08:26:00 +0000 (10:26 +0200)
committerStefan Knoblich <s.knoblich@axsentis.de>
Tue, 10 Aug 2010 08:26:00 +0000 (10:26 +0200)
libs/freetdm/src/ftdm_cpu_monitor.c

index 2aad94173a5e166b3dc48c3f459e3d146c158104..4ebe353b57a827244d6561919f6d8be77d7fb420 100644 (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